php-5.4.9-phpinfo
authorDebian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:51 +0000 (10:26 +0200)
committerOndřej Surý <ondrej@debian.org>
Sun, 3 Aug 2025 07:32:21 +0000 (09:32 +0200)
Drop "Configure Command" from phpinfo as it doesn't
provide any useful information.
The available extensions are not related to this command.

Gbp-Pq: Name 0003-php-5.4.9-phpinfo.patch

ext/standard/info.c
ext/standard/tests/general_functions/phpinfo.phpt

index 4ed33f32eabcf8ef5841d2429cce76c66fd37a95..ab1f30248c9a2909517e429c5e117f3606d89ba6 100644 (file)
@@ -816,9 +816,6 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
 #ifdef PHP_BUILD_ARCH
                php_info_print_table_row(2, "Architecture", PHP_BUILD_ARCH);
 #endif
-#ifdef CONFIGURE_COMMAND
-               php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
-#endif
 
                if (sapi_module.pretty_name) {
                        php_info_print_table_row(2, "Server API", sapi_module.pretty_name );
index ac7cabd340d83f25b90f24523c4fc87cd3d550cc..6a98638d3c96f2cdc06becdc42a89a23529285ab 100644 (file)
@@ -17,7 +17,6 @@ PHP Version => %s
 
 System => %s
 Build Date => %r(.+?)%r
-Configure Command => %s
 Server API => Command Line Interface
 Virtual Directory Support => %s
 Configuration File (php.ini) Path => %s