Skip to content

Commit d7ce944

Browse files
committed
This still leaks memory, I don't have enough knowledge in WDDX code to fix them :(
1 parent 266ecb6 commit d7ce944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/wddx/tests/bug73631.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #73631 (Memory leak due to invalid wddx stack processing)
33
--SKIPIF--
44
<?php if (!extension_loaded("wddx")) print "skip"; ?>
5+
--XFAIL--
6+
Still has memory leaks, not sure how to fix them.
57
--FILE--
68
<?php
79
$xml = <<<EOF
@@ -16,4 +18,3 @@ var_dump($wddx);
1618
?>
1719
--EXPECTF--
1820
int(1234)
19-

0 commit comments

Comments
 (0)