mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Normalize the ldap extension version in phpinfo output
This patch normalizes the phpinfo output for the ldap extension and removes the displayed Git attribute ident blob object name.
This commit is contained in:
committed by
Christoph M. Becker
parent
ede39739fd
commit
cb64696ca6
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -11,7 +11,6 @@ ext/dba/libcdb/cdb_make.c ident
|
||||
ext/dba/libcdb/cdb.c ident
|
||||
run-tests.php ident
|
||||
ext/exif/exif.c ident
|
||||
ext/ldap/ldap.c ident
|
||||
ext/pdo_pgsql/pdo_pgsql.c ident
|
||||
ext/tidy/tidy.c ident
|
||||
NEWS merge=NEWS
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
#define IS_EXT_MODULE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
@@ -906,7 +905,6 @@ PHP_MINFO_FUNCTION(ldap)
|
||||
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_row(2, "LDAP Support", "enabled");
|
||||
php_info_print_table_row(2, "RCS Version", "$Id$");
|
||||
|
||||
if (LDAPG(max_links) == -1) {
|
||||
snprintf(tmp, 31, ZEND_LONG_FMT "/unlimited", LDAPG(num_links));
|
||||
|
||||
Reference in New Issue
Block a user