c32844
c32844
Drop "Configure Command" from phpinfo as it doesn't
c32844
provide any useful information.
c32844
The available extensions are not related to this command.
c32844
c32844
--- php-5.4.9/ext/standard/info.c.orig	2012-12-11 10:43:02.450578276 +0100
c32844
+++ php-5.4.9/ext/standard/info.c	2012-12-11 10:44:12.530820821 +0100
c32844
@@ -743,9 +743,6 @@
c32844
 #ifdef ARCHITECTURE
c32844
 		php_info_print_table_row(2, "Architecture", ARCHITECTURE);
c32844
 #endif
c32844
-#ifdef CONFIGURE_COMMAND
c32844
-		php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
c32844
-#endif
c32844
 
c32844
 		if (sapi_module.pretty_name) {
c32844
 			php_info_print_table_row(2, "Server API", sapi_module.pretty_name );
c32844
--- php-5.4.9/ext/standard/tests/general_functions/phpinfo.phpt.orig	2012-12-11 11:07:26.959156091 +0100
c32844
+++ php-5.4.9/ext/standard/tests/general_functions/phpinfo.phpt	2012-12-11 11:07:30.899170970 +0100
c32844
@@ -20,7 +20,6 @@
c32844
 
c32844
 System => %s
c32844
 Build Date => %s%a
c32844
-Configure Command => %s
c32844
 Server API => Command Line Interface
c32844
 Virtual Directory Support => %s
c32844
 Configuration File (php.ini) Path => %s