diff options
Diffstat (limited to 'ext/wddx')
-rw-r--r-- | ext/wddx/tests/bug73631.phpt | 3 |
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) - |