summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-12-05 22:32:59 -0800
committerFerenc Kovacs <tyra3l@gmail.com>2016-12-08 07:04:02 +0100
commit331db73eab1008b30069137f27ebd1e7a42de28a (patch)
treee1544385e783a86c3e2a57ffd84b265cfc8956e6
parent66fd44209d5ffcb9b3d1bc1b9fd8e35b485040c0 (diff)
downloadphp-git-331db73eab1008b30069137f27ebd1e7a42de28a.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)
-