summaryrefslogtreecommitdiffstats
path: root/php-5.6.3-phpinfo.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-22 09:28:31 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-22 09:28:31 +0200
commit86c5861dcb2a999c7654f5b3a328fe9bfeed7df2 (patch)
tree18c33c29896a82c7b18c5c86cbc38a92fdd5b5a5 /php-5.6.3-phpinfo.patch
parente1e2f6ec9a1916800c1bfdf9c1394ce2524e9fd6 (diff)
PHP 7.0.0RC1
Diffstat (limited to 'php-5.6.3-phpinfo.patch')
-rw-r--r--php-5.6.3-phpinfo.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/php-5.6.3-phpinfo.patch b/php-5.6.3-phpinfo.patch
index 690e121..086be15 100644
--- a/php-5.6.3-phpinfo.patch
+++ b/php-5.6.3-phpinfo.patch
@@ -3,9 +3,10 @@ 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 @@
+diff -up php-7.0.0RC1/ext/standard/info.c.phpinfo php-7.0.0RC1/ext/standard/info.c
+--- php-7.0.0RC1/ext/standard/info.c.phpinfo 2015-08-18 23:39:24.000000000 +0200
++++ php-7.0.0RC1/ext/standard/info.c 2015-08-22 07:56:18.344761928 +0200
+@@ -870,9 +870,6 @@ PHPAPI void php_print_info(int flag)
#ifdef ARCHITECTURE
php_info_print_table_row(2, "Architecture", ARCHITECTURE);
#endif
@@ -15,9 +16,10 @@ The available extensions are not related to this command.
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 @@
+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
+--- php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt.phpinfo 2015-08-18 23:39:22.000000000 +0200
++++ php-7.0.0RC1/ext/standard/tests/general_functions/phpinfo.phpt 2015-08-22 07:56:18.344761928 +0200
+@@ -20,7 +20,6 @@ PHP Version => %s
System => %s
Build Date => %s%a