Blame SOURCES/php-5.6.3-phpinfo.patch

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