summaryrefslogtreecommitdiff
path: root/ext/soap/tests
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-23 18:10:07 +0200
committerAnatol Belski <ab@php.net>2016-09-23 18:10:07 +0200
commitf9936000dad3fcdba768766a767297834928186a (patch)
treecf31d5906715a270dd8b726576b49ff6cb613e17 /ext/soap/tests
parentbe4489d48880626501cd6c560cd08cccd3002aea (diff)
parent28887fe41b72069465fb3fc3acc3e202c2434e0e (diff)
downloadphp-git-f9936000dad3fcdba768766a767297834928186a.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: skip this test for now as it seems to have issues running dev server Fixed bug #73037 SoapServer reports Bad Request when gzipped
Diffstat (limited to 'ext/soap/tests')
-rw-r--r--ext/soap/tests/bug73037.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/tests/bug73037.phpt b/ext/soap/tests/bug73037.phpt
index bb90538b9b..c0e638545b 100644
--- a/ext/soap/tests/bug73037.phpt
+++ b/ext/soap/tests/bug73037.phpt
@@ -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";