1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

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 :(
This commit is contained in:
Stanislav Malyshev
2016-12-05 22:33:33 -08:00

View 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)