Blame SOURCES/php-5.6.3-phpinfo.patch

de2dbd
de2dbd
Drop "Configure Command" from phpinfo as it doesn't
de2dbd
provide any useful information.
de2dbd
The available extensions are not related to this command.
de2dbd
de2dbd
diff -up php-7.0.0RC1/ext/standard/info.c.phpinfo php-7.0.0RC1/ext/standard/info.c
de2dbd
--- php-7.0.0RC1/ext/standard/info.c.phpinfo	2015-08-18 23:39:24.000000000 +0200
de2dbd
+++ php-7.0.0RC1/ext/standard/info.c	2015-08-22 07:56:18.344761928 +0200
de2dbd
@@ -870,9 +870,6 @@ PHPAPI void php_print_info(int flag)
de2dbd
 #ifdef ARCHITECTURE
de2dbd
 		php_info_print_table_row(2, "Architecture", ARCHITECTURE);
de2dbd
 #endif
de2dbd
-#ifdef CONFIGURE_COMMAND
de2dbd
-		php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
de2dbd
-#endif
de2dbd
 
de2dbd
 		if (sapi_module.pretty_name) {
de2dbd
 			php_info_print_table_row(2, "Server API", sapi_module.pretty_name );
de2dbd
diff -up php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt.phpinfo php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt
de2dbd
--- php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt.phpinfo	2015-08-18 23:39:22.000000000 +0200
de2dbd
+++ php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt	2015-08-22 07:56:18.344761928 +0200
de2dbd
@@ -20,7 +20,6 @@ PHP Version => %s
de2dbd
 
de2dbd
 System => %s
de2dbd
 Build Date => %s%a
de2dbd
-Configure Command => %s
de2dbd
 Server API => Command Line Interface
de2dbd
 Virtual Directory Support => %s
de2dbd
 Configuration File (php.ini) Path => %s