]> granicus.if.org Git - php/commitdiff
This still leaks memory, I don't have enough knowledge in WDDX code to fix them :(
authorStanislav Malyshev <stas@php.net>
Tue, 6 Dec 2016 06:32:59 +0000 (22:32 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 6 Dec 2016 06:32:59 +0000 (22:32 -0800)
ext/wddx/tests/bug73631.phpt

index 5e37ae826921a5ad060bf2e6c02c66a5253ced43..880ada5a5d683ae5ae6f779061631e06fa819bc6 100644 (file)
@@ -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)
-