ID: 14522
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: DOM XML related
Operating System: SuSe 7.3
PHP Version: 4.1.0
New Comment:
Sorry i havent been at home the second part of December.
Here a sample code:
<?php
$xmlstruc=xmldoc("<?xml version=\"1.0\" standalone=\"no\"
?><root><down>bla</down></root>");
$xmlnode=$xmlstruc->root();
$xmlchilds=$xmlnode->children();
if(!is_array($xmlchilds)) $xmlchilds=array($xmlchilds);
foreach ( $xmlchilds as $workingchild) {
$workingchild->unlink();}
echo $xmlstruc->dumpmem();
?>
martin
Previous Comments:
------------------------------------------------------------------------
[2002-01-06 07:31:06] [EMAIL PROTECTED]
No feedback. Closing.
------------------------------------------------------------------------
[2001-12-14 15:46:09] [EMAIL PROTECTED]
Please try it with a snapshot from snaps.php.net too...
Derick
------------------------------------------------------------------------
[2001-12-14 14:13:10] [EMAIL PROTECTED]
Please provide a short, self-containing, reproduceable, easy copy&paste
script.
Feedback.
------------------------------------------------------------------------
[2001-12-14 13:30:27] [EMAIL PROTECTED]
When using the unlink() method the apache proccess always gets a
SegFault.
an information on what php is running on my maschine
http://www.limtec.com:82/info.php
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14522&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]