]> granicus.if.org Git - php/commitdiff
Normalize the ldap extension version in phpinfo output
authorPeter Kokot <peterkokot@gmail.com>
Sat, 2 Jun 2018 15:40:53 +0000 (17:40 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jun 2018 15:06:41 +0000 (17:06 +0200)
This patch normalizes the phpinfo output for the ldap extension and
removes the displayed Git attribute ident blob object name.

.gitattributes
ext/ldap/ldap.c

index 22da154f294a375e9940d9babc11f7bb33440287..30a278b082105a4b86cf89a8a280b0e94214d988 100644 (file)
@@ -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
index cc2c6a7bd7e11f0535c9e41f0233de27d7162172..30923b3350385bd2282ac65691afa105adc70eda 100644 (file)
@@ -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));