php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22360 mispelling for XML function
Submitted: 2003-02-21 13:37 UTC Modified: 2003-02-25 02:38 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: geoff at hostworks dot ca Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.0 OS: linux
Private report: No CVE-ID: None
 [2003-02-21 13:37 UTC] geoff at hostworks dot ca
Line 72 of the following file:

/usr/local/lib/php/XML/Parser.php

Reads:
 "unparsed_entitry_decl_handler"     => "unparsedHandler",

Correction. Should Read:

 "unparsed_entity_decl_handler"     => "unparsedHandler",

This is present in 4.3.0, and 4.2.3. Not sure if it's still there in 4.3.1 but I'll assume not since it was more concerned with a CGI mode vunerability. 

Thanks. Keep me posted. 

Geoffrey Mondoux

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-23 02:22 UTC] sniper@php.net
Reclassified as PEAR related bug. (this is not fixed in neither PHP_4_3 or php5 branches)



 [2003-02-23 02:23 UTC] sniper@php.net
Assigning to Stig. :)

 [2003-02-23 03:46 UTC] arnaud@php.net
The last package release has indeed this mispelling. The CVS version is correct however. There should be the need of a new release.

Arnaud.
 [2003-02-23 03:55 UTC] arnaud@php.net
A new package release is necessary. This bug is fixed in CVS.

Arnaud.
 [2003-02-25 02:38 UTC] ssb@php.net
XML_Parser 1.0.1 has been released with a fix for this.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC