mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Still leaking for some reason, XFAIL for now, I'll look into it later.
This commit is contained in:
parent
1afebfb3fa
commit
27625f063e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
Bug #73631 (Memory leak due to invalid wddx stack processing)
|
Bug #73631 (Memory leak due to invalid wddx stack processing)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php if (!extension_loaded("wddx")) print "skip"; ?>
|
<?php if (!extension_loaded("wddx")) print "skip"; ?>
|
||||||
|
---XFAIL--
|
||||||
|
Still has memory leaks in debug build.
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$xml = <<<EOF
|
$xml = <<<EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue