From 8529947f3ae0fdf43ee46cac6475a708d36c4291 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jun 2018 12:39:51 +0200 Subject: update to 7.3.0alpha1 switch from pcre to pcre2 --- php-7.0.0-oldpcre.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 php-7.0.0-oldpcre.patch (limited to 'php-7.0.0-oldpcre.patch') diff --git a/php-7.0.0-oldpcre.patch b/php-7.0.0-oldpcre.patch deleted file mode 100644 index 19f8064..0000000 --- a/php-7.0.0-oldpcre.patch +++ /dev/null @@ -1,20 +0,0 @@ -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) -- cgit