ID:               14522
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         DOM XML related
 Operating System: SuSe 7.3
 PHP Version:      4.1.0
 New Comment:

Nothing happening about the bug? Un Downloading regularly the newest
CVS Version but doesnt help


Previous Comments:
------------------------------------------------------------------------

[2002-02-12 16:22:20] [EMAIL PROTECTED]

We have also reproduced this error on both RedHat 7.2 and FreeBSD 4.4
both running PHP 4.1.1.  It completely takes down FREEBSD as apache
continues to log seg faults until the drive is full.  We had the same
results with 4.0.6 prior to the upgrade as well.

------------------------------------------------------------------------

[2002-01-07 12:16:47] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/14522

-- 
Edit this bug report at http://bugs.php.net/?id=14522&edit=1

Reply via email to