summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-12 10:15:48 +0000
committerMarcus Boerger <helly@php.net>2004-05-12 10:15:48 +0000
commit2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be (patch)
treefcca3f02f89ee9096499d404c353a83cb3e4b061 /ext/ldap
parent8de360fdbe24c922c93153729c4f10e72908a7f0 (diff)
downloadphp-git-2d6770f0e6d20eadc573bfc9cb0a7b78d473b5be.tar.gz
- Added missing UNREGISTER_INI_ENTRIES
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c
index 2308bfda2a..c8e62b74af 100644
--- a/ext/ldap/ldap.c
+++ b/ext/ldap/ldap.c
@@ -286,6 +286,7 @@ PHP_MINIT_FUNCTION(ldap)
*/
PHP_MSHUTDOWN_FUNCTION(ldap)
{
+ UNREGISTER_INI_ENTRIES();
return SUCCESS;
}
/* }}} */