summaryrefslogtreecommitdiffstats
path: root/php-7.0.0-oldpcre.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-07 15:58:11 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-07 15:58:11 +0200
commit49fbbfd7538639a2f96f5faacf25591b3edd5613 (patch)
treec7b6f59afe7574288983e3e1b757f85eba2f9c47 /php-7.0.0-oldpcre.patch
parent9530d7b0f42031ba1aedc1b2914948c3d8c2aebd (diff)
php70-php: fix tests
Diffstat (limited to 'php-7.0.0-oldpcre.patch')
-rw-r--r--php-7.0.0-oldpcre.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/php-7.0.0-oldpcre.patch b/php-7.0.0-oldpcre.patch
new file mode 100644
index 0000000..19f8064
--- /dev/null
+++ b/php-7.0.0-oldpcre.patch
@@ -0,0 +1,20 @@
+diff -up ./ext/pcre/tests/bug37911.phpt.pcre834 ./ext/pcre/tests/bug37911.phpt
+--- ./ext/pcre/tests/bug37911.phpt.pcre834 2014-03-26 14:10:18.285452752 +0100
++++ ./ext/pcre/tests/bug37911.phpt 2014-03-26 14:10:40.028526763 +0100
+@@ -37,5 +37,5 @@ array(3) {
+ string(4) "blub"
+ }
+
+-Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d
++Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on line %d
+ NULL
+diff -up ./ext/pcre/tests/match_flags3.phpt.pcre834 ./ext/pcre/tests/match_flags3.phpt
+--- ./ext/pcre/tests/match_flags3.phpt.pcre834 2014-03-26 14:06:48.792739665 +0100
++++ ./ext/pcre/tests/match_flags3.phpt 2014-03-26 14:07:31.820886128 +0100
+@@ -42,5 +42,5 @@ array(1) {
+ }
+ }
+
+-Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
++Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line %d
+ bool(false)