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