Package: php-xml-parser / 1.3.4-6

Metadata

Package Version Patches format
php-xml-parser 1.3.4-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 PHP 5.4 strict standard compat.patch | (download)

XML_Parser-1.3.4/Parser.php | 26 3 + 23 - 0 !
1 file changed, 3 insertions(+), 23 deletions(-)

 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.
0020 fixes phpunit 3.6 include.patch | (download)

XML_Parser-1.3.4/tests/AllTests.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes the phpunit include so that it works with version 3.6 of phpunit