[PHP-DEV] Bug #14581 Updated: Invalid object in xpath_new_context

2001-12-18 Thread mfischer

ID: 14581
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: DOM XML related
Operating System: win NT 4.0
PHP Version: 4.1.0
New Comment:

Fixed already in CVS.

Previous Comments:


[2001-12-18 11:09:58] [EMAIL PROTECTED]

This code works fine in 4.0.6 
But wouldn't work in 4.1.0

$doc=xmldoc($xml_string);
$ctx=xpath_new_context($doc); -- Warning: Invalid object...





Edit this bug report at http://bugs.php.net/?id=14581edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14581 Updated: Invalid object in xpath_new_context

2001-12-18 Thread mfischer

ID: 14581
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: DOM XML related
Operating System: win NT 4.0
PHP Version: 4.1.0
New Comment:

Btw, use $doc-xpath_new_context() syntax.

Previous Comments:


[2001-12-18 11:11:24] [EMAIL PROTECTED]

Fixed already in CVS.



[2001-12-18 11:09:58] [EMAIL PROTECTED]

This code works fine in 4.0.6 
But wouldn't work in 4.1.0

$doc=xmldoc($xml_string);
$ctx=xpath_new_context($doc); -- Warning: Invalid object...





Edit this bug report at http://bugs.php.net/?id=14581edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]