php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6010 DOM XML: parent of the root node?
Submitted: 2000-08-07 18:02 UTC Modified: 2000-10-02 23:04 UTC
From: davidat at 333grup3 dot es Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0.1pl2 OS: Linux 2.2.14
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: davidat at 333grup3 dot es
New email:
PHP Version: OS:

 

 [2000-08-07 18:02 UTC] davidat at 333grup3 dot es
Ok. Try this.

$doc = xmldocfile( $myFile );
$root = $doc->root();
$parent = $root->parent();

This produces a beautiful segmentation fault.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-06 16:36 UTC] sniper@php.net
Please include a gdb backtrace here. For info how to get a backtrace see:

http://bugs.php.net/bugs-generating-backtrace.php

--Jani
 [2000-10-02 23:04 UTC] sniper@php.net
No feedback. If problem still exists when using php4.0.3 (released real soon now) reopen this bug report with
shortest possible XML-file to reproduce this problem.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC