diff options
author | TBK <tbk@jjtc.eu> | 2018-06-23 20:03:08 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-06-24 11:33:10 +0300 |
commit | 7763befff9345ebd5cfcd9b35561effba1e0fb8a (patch) | |
tree | 30e5218e278688f54aac8a31a898edbed847a090 /community/php7/fix-tests-devserver.patch | |
parent | ae7c80e2f4735607a69f1d183b1552575d90ba55 (diff) | |
download | aports-7763befff9345ebd5cfcd9b35561effba1e0fb8a.tar.bz2 aports-7763befff9345ebd5cfcd9b35561effba1e0fb8a.tar.xz |
community/php7: upgrade to 7.2.7
Diffstat (limited to 'community/php7/fix-tests-devserver.patch')
-rw-r--r-- | community/php7/fix-tests-devserver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/fix-tests-devserver.patch b/community/php7/fix-tests-devserver.patch index 80a72f0f17..67d23fa222 100644 --- a/community/php7/fix-tests-devserver.patch +++ b/community/php7/fix-tests-devserver.patch @@ -11,7 +11,7 @@ happens here... --- a/run-tests.php +++ b/run-tests.php -@@ -2005,6 +2005,9 @@ +@@ -2009,6 +2009,9 @@ // Does the output match what is expected? $output = preg_replace("/\r\n/", "\n", trim($out)); |