Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.8

Bug #19363 PHP 5.4 incompatibility
Submitted: 2012-04-01 23:26 UTC
From: zigo_debian Assigned: ashnazg
Status: Wont fix Package: XML_Parser (version 1.3.4)
PHP Version: 5.4.0 OS: Debian
Roadmaps: (Not assigned)    
Subscription  


 [2012-04-01 23:26 UTC] zigo_debian (Thomas Goirand)
Description: ------------ Hi, I sent a bug report, but it has just gone from the bug tracker. I really don't understand how this happened, and I don't think that's normal, because the issue is still in the package. Here are the issues: * PHP Strict Standards: Redefining already defined constructor for class XML_Parser in /usr/share/php/XML/Parser.php on line 227 * PHP Strict Standards: Declaration of XML_Parser::raiseError() should be compatible with & PEAR::raiseError($message = NULL, $code = NULL, $mode = NULL, $options = NULL, $userinfo = NULL, $error_class = NULL, $skipmsg = false) in /usr/share/php/XML/Parser.php on line 117 * A return of a reference in the raiseError() function.

Comments

 [2012-04-01 23:28 UTC] zigo_debian (Thomas Goirand)
 [2015-08-19 19:46 UTC] ashnazg (Chuck Burgess)
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: ashnazg
Try XML_Parser2 instead... it has been updated since PHP 5.3's deprecations and new warnings/notices were added, specifically for issues like this.