Blame SOURCES/php-7.0.0-oldpcre.patch

a53bc2
diff -up ./ext/pcre/tests/bug37911.phpt.pcre834 ./ext/pcre/tests/bug37911.phpt
a53bc2
--- ./ext/pcre/tests/bug37911.phpt.pcre834	2014-03-26 14:10:18.285452752 +0100
a53bc2
+++ ./ext/pcre/tests/bug37911.phpt	2014-03-26 14:10:40.028526763 +0100
a53bc2
@@ -37,5 +37,5 @@ array(3) {
a53bc2
   string(4) "blub"
a53bc2
 }
a53bc2
 
a53bc2
-Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d
a53bc2
+Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on line %d
a53bc2
 NULL
a53bc2
diff -up ./ext/pcre/tests/match_flags3.phpt.pcre834 ./ext/pcre/tests/match_flags3.phpt
a53bc2
--- ./ext/pcre/tests/match_flags3.phpt.pcre834	2014-03-26 14:06:48.792739665 +0100
a53bc2
+++ ./ext/pcre/tests/match_flags3.phpt	2014-03-26 14:07:31.820886128 +0100
a53bc2
@@ -42,5 +42,5 @@ array(1) {
a53bc2
   }
a53bc2
 }
a53bc2
 
a53bc2
-Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
a53bc2
+Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line %d
a53bc2
 bool(false)