Hello,

Maybe this usage is wrong but it should not leak:

<?php
$xml =<<<EOF
<people type="foo">
   <person name="Joe">
     Text1
   </person>
</people>
EOF;
$sxe = simplexml_load_string($xml);
$sxe->attributes;
?>
# php5 sxe_leak.php 
/home/paj/cvs/builds/php5/ext/simplexml/simplexml.c(187) :  Freeing
0x408DE780 (16 bytes), script=sxe_leak.php=== Total 1 memory leaks
detected ===

$foo = $sxe->attributes; does not leak.

hth

pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to