php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25427 XML-parser fails when entity &#XX; encountered ( XX is a code of character )
Submitted: 2003-09-08 03:01 UTC Modified: 2003-09-18 06:03 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: sad at spider dot ru Assigned:
Status: No Feedback Package: XML related
PHP Version: 4.3.3 OS: linux gentoo
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: sad at spider dot ru
New email:
PHP Version: OS:

 

 [2003-09-08 03:01 UTC] sad at spider dot ru
Description:
------------
if we try to parse the following
<test> abc &#20; abc </test>

xml-parser calls
start_element for "test"
data_element for "abc "
and stops. 

end_element for "test" was not called
and even error was not generated.

--
is there some other entity to code characters?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-08 04:03 UTC] derick@php.net
Please provide a script that does that. We're not here to guess everything you come up with.

Derick
 [2003-09-18 06:03 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC