php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14852 create_entity_reference causes warning
Submitted: 2002-01-04 12:14 UTC Modified: 2002-01-04 13:20 UTC
From: chregu@php.net Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.1.1 OS: linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chregu@php.net
New email:
PHP Version: OS:

 

 [2002-01-04 12:14 UTC] chregu@php.net
the following code produces a warning at the end:

$xmlDoc = xmldocfile("test.xml");
$xmlDoc->create_entity_reference("bla");

xml-file (presumable any..):
<?xml version="1.0"?>
<buecher>
<buch buch_id="1" isbn="3-8266-0612-4">
<titel>Apache Web-Server</titel>
<jahr>2000</jahr>
<kategorie>2</kategorie>
</buch>
</buecher>

warning message:

Warning: Unknown list entry type in request shutdown (-10004) in Unknown on line 0






Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-04 13:20 UTC] mfischer@php.net
Already fixed in CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 08:01:28 2025 UTC