diff options
author | foobar <sniper@php.net> | 2001-05-22 21:33:17 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-05-22 21:33:17 +0000 |
commit | 3461a40063b7a7be18f694baf772393d92a6ffb6 (patch) | |
tree | 47e6039a7db8ac26b3f40ac4156f3367d76e7d05 /ext/ccvs/ccvs.c | |
parent | b31fbdc7b3a16e78abf887aa0cdbeeabeba64756 (diff) | |
download | php-git-3461a40063b7a7be18f694baf772393d92a6ffb6.tar.gz |
Fixed bug: #10914
Diffstat (limited to 'ext/ccvs/ccvs.c')
-rw-r--r-- | ext/ccvs/ccvs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index 9e72e1382c..117226f2ab 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -104,6 +104,9 @@ static char const cvsid[] = "$Id$"; STANDARD_MODULE_PROPERTIES }; +#ifdef COMPILE_DL_LDAP +ZEND_GET_MODULE(ldap) +#endif /* Full Functions (The actual CCVS functions and any internal php hooked functions such as MINFO) */ |