summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-12-05 22:32:59 -0800
committerStanislav Malyshev <stas@php.net>2016-12-05 22:32:59 -0800
commitd7ce944cf13fb56daee33b7a6c86eed883c2d284 (patch)
tree2f2b759feaa0c32b323d2b0787ae570e42f8cb32
parent266ecb6d0a1ab5a37b4d652ca774a8adc4b06578 (diff)
downloadphp-git-d7ce944cf13fb56daee33b7a6c86eed883c2d284.tar.gz
This still leaks memory, I don't have enough knowledge in WDDX code to fix them :(
-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)
-