diff options
| author | Hannes Magnusson <bjori@php.net> | 2008-12-12 13:07:28 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2008-12-12 13:07:28 +0000 |
| commit | f6cf54d2b105a625d829f6766cf27b37ed265dc3 (patch) | |
| tree | 33d06edbba34b4b90dc8c8e16e666c6a10d42fe9 /ext/ldap/ldap.c | |
| parent | 259715e69b83c88bc0750a49df68d6e33ade1c2c (diff) | |
| download | php-git-f6cf54d2b105a625d829f6766cf27b37ed265dc3.tar.gz | |
Fixed bug#46847 (phpinfo() is missing some settings.)
Diffstat (limited to 'ext/ldap/ldap.c')
| -rw-r--r-- | ext/ldap/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index d142260954..828d19112b 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -271,6 +271,7 @@ PHP_MINFO_FUNCTION(ldap) #endif php_info_print_table_end(); + DISPLAY_INI_ENTRIES(); } /* }}} */ |
