1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add symbols for IMAP cclient (mm_*) to php.map. Thus IMAP support

works again after adding --enable-versioning.

Submitted by:	Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
This commit is contained in:
Dirk Froemberg 2000-12-27 12:01:10 +00:00
parent dd3198dc7b
commit d1c37e0334
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36403

View File

@ -0,0 +1,8 @@
--- php.map.orig Sat Sep 11 00:19:26 1999
+++ php.map Tue Dec 26 14:27:56 2000
@@ -1,4 +1,5 @@
PHP3 {
global: php3_module;
+ mm_*;
local: *;
};