On 29.01.2008 18:55, Sebastian Bergmann wrote:
> sebastian             Tue Jan 29 15:55:30 2008 UTC
> 
>   Modified files:              (Branch: PHP_5_2)
>     /php-src/ext/dom  xpath.c 
>   Log:
>   MFH: Add Reflection API metadata for DOMXPath.

This broke ext/dom/tests/canonicalization.phpt and ext/dom/tests/bug32615.phpt:

# cat ext/dom/tests/bug32615.diff
001+ Catchable fatal error: Argument 2 passed to DOMNode::insertBefore() must 
be an instance of DOMNode, null given in 
/local/qa/5_2/ext/dom/tests/bug32615.php on line 25
001- <?xml version="1.0"?>
002- <root><first/><newsecond/><newthird/><newfourth/></root>
003-
004- <?xml version="1.0"?>
005- <root><first/><second/><third/><fourth/></root>
006-
007- <?xml version="1.0"?>
008- <root><second/><third/><fourth/></root>

# cat ext/dom/tests/canonicalization.diff
044- <contain xmlns="http://www.example.com/ns/foo"; xmlns:test="urn::test">
045-   <bar><test1></test1></bar>
046-   <bar><test2></test2></bar>
047-   <fubar:bar 
xmlns:fubar="http://www.example.com/ns/fubar";><test3></test3></fubar:bar>
048-   <fubar:bar 
xmlns:fubar="http://www.example.com/ns/fubar";><test4></test4></fubar:bar>
045+ Catchable fatal error: Argument 3 passed to DOMNode::C14N() must be an 
array, null given in /local/qa/5_2/ext/dom/tests/canonicalization.php on line 44

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to