diff options
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 4f80577da6..d0af4dedd6 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -2506,7 +2506,7 @@ const zend_function_entry ldap_functions[] = { PHP_FE(ldap_8859_to_t61, arginfo_ldap_8859_to_t61) #endif - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ |