Skip to content

Commit

Permalink
Merge branch 'PHP-7.0' into PHP-7.1
Browse files Browse the repository at this point in the history
* PHP-7.0:
  skip this test for now as it seems to have issues running dev server
  Fixed bug #73037 SoapServer reports Bad Request when gzipped
  • Loading branch information
weltling committed Sep 23, 2016
2 parents f0a1188 + f993600 commit 44b7ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/soap/tests/bug73037.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Bug #73037 SoapServer reports Bad Request when gzipped, var 0
--SKIPIF--
<?php
die("skip test needs improvement");
require_once('skipif.inc');
if (!extension_loaded("zlib")) {
echo "skip zlib is required for this test";
Expand Down

0 comments on commit 44b7ec3

Please sign in to comment.