diff options
author | Simon Frankenberger <simon@fraho.eu> | 2018-12-18 23:19:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:51 +0000 |
commit | fda7e51568483590e3ad2ed9ee2f3097d5c3d25e (patch) | |
tree | e2f24cac18473961465d55cd9195a16659511ad7 /community/php7/fix-tests-devserver.patch | |
parent | 4ba27c27fdc9343eea9f969f83e2ab91d4e7a8c7 (diff) | |
download | aports-fda7e51568483590e3ad2ed9ee2f3097d5c3d25e.tar.bz2 aports-fda7e51568483590e3ad2ed9ee2f3097d5c3d25e.tar.xz |
community/php7: Update php to 7.3.6
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 67d23fa222..317ceb0ffc 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 -@@ -2009,6 +2009,9 @@ +@@ -1986,6 +1986,9 @@ // Does the output match what is expected? $output = preg_replace("/\r\n/", "\n", trim($out)); |