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)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 20 Jul 2023 18:02:54 +0000 (18:02 +0000)
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 57ba13bb7bf7cdcc4acb510e2225220922c34cbd..2e2fae8b2e63b2d881e11612cbc4066d2d213484 100644 (file)
@@ -17,7 +17,6 @@ PHP Version => %s
 
 System => %s
 Build Date => %s%a
-Configure Command => %s
 Server API => Command Line Interface
 Virtual Directory Support => %s
 Configuration File (php.ini) Path => %s