diff options
author | TBK <tbk@jjtc.eu> | 2018-03-30 22:41:16 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:44 +0300 |
commit | ac7e5e0a83fe9c831741e657a7be44139072d630 (patch) | |
tree | 9d7ad3aac86857c21ddfc95e4b006b7575361095 /community/php7/fix-tests-devserver.patch | |
parent | 1489b024a895cfafd987b92e74e42d9cea137ef9 (diff) | |
download | aports-ac7e5e0a83fe9c831741e657a7be44139072d630.tar.bz2 aports-ac7e5e0a83fe9c831741e657a7be44139072d630.tar.xz |
community/php7: upgrade to 7.2.4
Diffstat (limited to 'community/php7/fix-tests-devserver.patch')
-rw-r--r-- | community/php7/fix-tests-devserver.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7/fix-tests-devserver.patch b/community/php7/fix-tests-devserver.patch index 3f8220c5a1..80a72f0f17 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 -@@ -1918,6 +1918,9 @@ +@@ -2005,6 +2005,9 @@ // Does the output match what is expected? $output = preg_replace("/\r\n/", "\n", trim($out)); @@ -19,5 +19,5 @@ happens here... + $output = preg_replace("/^PHP [0-9.]+ Development Server started at .*\n\n?/m", "", $output); + /* when using CGI, strip the headers from the output */ - $headers = ""; + $headers = array(); |