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