summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-12-05 22:33:47 -0800
committerStanislav Malyshev <stas@php.net>2016-12-05 22:33:47 -0800
commitfe084168d0e7de28dc0efdd58635748de414ac9e (patch)
tree6f3f5cd793ebf128bdb36ffca8194f36615c19f7 /ext/wddx
parent65a0c3ee36ce2947778dc34bbf33229b7173e03f (diff)
parent28fc49a53f61d383c413255e5b395165ffdabc95 (diff)
downloadphp-git-fe084168d0e7de28dc0efdd58635748de414ac9e.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: This still leaks memory, I don't have enough knowledge in WDDX code to fix them :(
Diffstat (limited to 'ext/wddx')
-rw-r--r--ext/wddx/tests/bug73631.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wddx/tests/bug73631.phpt b/ext/wddx/tests/bug73631.phpt
index 5e37ae8269..880ada5a5d 100644
--- a/ext/wddx/tests/bug73631.phpt
+++ b/ext/wddx/tests/bug73631.phpt
@@ -2,6 +2,8 @@
Bug #73631 (Memory leak due to invalid wddx stack processing)
--SKIPIF--
<?php if (!extension_loaded("wddx")) print "skip"; ?>
+--XFAIL--
+Still has memory leaks, not sure how to fix them.
--FILE--
<?php
$xml = <<<EOF
@@ -16,4 +18,3 @@ var_dump($wddx);
?>
--EXPECTF--
int(1234)
-