From: geoff at hostworks dot ca Operating system: linux PHP version: 4.3.0 PHP Bug Type: XML related Bug description: mispelling for XML function
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 -- Edit bug report at http://bugs.php.net/?id=22360&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22360&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22360&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22360&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22360&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22360&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22360&r=support Expected behavior: http://bugs.php.net/fix.php?id=22360&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22360&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22360&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22360&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22360&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22360&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22360&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22360&r=gnused
