diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-23 13:31:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-23 13:31:02 +0200 |
commit | d4f9012f851983a4f0caff03f0365951f86acf71 (patch) | |
tree | 236fd54ad78a73b63a0b97358e250f9cb92e2d42 /php-5.6.3-phpinfo.patch |
php 7.0.0beta2 (as bas package, new)
Diffstat (limited to 'php-5.6.3-phpinfo.patch')
-rw-r--r-- | php-5.6.3-phpinfo.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/php-5.6.3-phpinfo.patch b/php-5.6.3-phpinfo.patch new file mode 100644 index 0000000..690e121 --- /dev/null +++ b/php-5.6.3-phpinfo.patch @@ -0,0 +1,27 @@ + +Drop "Configure Command" from phpinfo as it doesn't +provide any useful information. +The available extensions are not related to this command. + +--- a/ext/standard/info.c.orig 2012-12-11 10:43:02.450578276 +0100 ++++ b/ext/standard/info.c 2012-12-11 10:44:12.530820821 +0100 +@@ -660,9 +660,6 @@ + #ifdef ARCHITECTURE + php_info_print_table_row(2, "Architecture", ARCHITECTURE); + #endif +-#ifdef CONFIGURE_COMMAND +- php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND ); +-#endif + + if (sapi_module.pretty_name) { + php_info_print_table_row(2, "Server API", sapi_module.pretty_name ); +--- a/ext/standard/tests/general_functions/phpinfo.phpt.orig 2012-12-11 11:07:26.959156091 +0100 ++++ b/ext/standard/tests/general_functions/phpinfo.phpt 2012-12-11 11:07:30.899170970 +0100 +@@ -20,7 +20,6 @@ + + System => %s + Build Date => %s%a +-Configure Command => %s + Server API => Command Line Interface + Virtual Directory Support => %s + Configuration File (php.ini) Path => %s |