summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-12-05 22:33:33 -0800
committerAnatol Belski <ab@php.net>2016-12-06 16:23:43 +0100
commit7eb7831295043afb132061a94526960941d40898 (patch)
treeac615d7fb7adce43e55252d8dc8b87f53a400f72
parenta5c493c339ec8dfd2c8f0e41a5ef6d7129cdbd31 (diff)
downloadphp-git-7eb7831295043afb132061a94526960941d40898.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: This still leaks memory, I don't have enough knowledge in WDDX code to fix them :( (cherry picked from commit 183b4d78aa03bfa4208d00d4e2eec71ffcde4ab7)
-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)
-