Package: php-xml-parser / 1.3.4-7
Metadata
Package | Version | Patches format |
---|---|---|
php-xml-parser | 1.3.4-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Makes the Parser.php compatible with PHP 5.4 strict .patch | (download) |
XML_Parser-1.3.4/Parser.php |
26 3 + 23 - 0 ! |
makes the parser.php compatible with php 5.4 strict standards This patch fixes the following 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. |
0002 Use local file to run test.patch | (download) |
XML_Parser-1.3.4/tests/004b.phpt |
7 6 + 1 - 0 ! |
use local file to run test |
1