diff options
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) */ |