summaryrefslogtreecommitdiffstats
path: root/php/php-5.4.9-phpinfo.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
commit03d502e571b375ffd276b192ecd5128306ab3ef1 (patch)
tree2d0ddcacaecc662ee5dd362a0120cecaaa754fbc /php/php-5.4.9-phpinfo.patch
parent2f81cc3673b7f31e71f40dc47c9242c4ea410869 (diff)
reorg repo
Diffstat (limited to 'php/php-5.4.9-phpinfo.patch')
-rw-r--r--php/php-5.4.9-phpinfo.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/php/php-5.4.9-phpinfo.patch b/php/php-5.4.9-phpinfo.patch
deleted file mode 100644
index b52a2f8..0000000
--- a/php/php-5.4.9-phpinfo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Drop "Configure Command" from phpinfo as it doesn't
-provide any useful information.
-The available extensions are not related to this command.
-
---- php-5.4.9/ext/standard/info.c.orig 2012-12-11 10:43:02.450578276 +0100
-+++ php-5.4.9/ext/standard/info.c 2012-12-11 10:44:12.530820821 +0100
-@@ -704,9 +704,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 );
---- php-5.4.9/ext/standard/tests/general_functions/phpinfo.phpt.orig 2012-12-11 11:07:26.959156091 +0100
-+++ php-5.4.9/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