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