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>
Mon, 2 Dec 2024 07:33:26 +0000 (08:33 +0100)
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 b7e9fe4880a514df47cec53e0ba07928cbfec65b..dd2511970ec79cefbced083f85576befe450f86e 100644 (file)
@@ -834,9 +834,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 a8c4f392a38f853c8569ecfa9cccbf4d5b99ad4b..0229816abe19b05dc817c29e888d17d068541806 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