ID:               29782
 User updated by:  jw at jwscripts dot com
 Reported By:      jw at jwscripts dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         XSLT related
 Operating System: Windows XP & 2000 / FreeBSD
 PHP Version:      5.0.1
 New Comment:

I have downloaded and tried 5.0.2RC2 and the problem seems to be fixed.


The only "problem" was the obvious warning about object cloning (the
instances from the DOM classes should be created by reference with ZE1
compatibility).


Previous Comments:
------------------------------------------------------------------------

[2004-09-23 18:56:10] [EMAIL PROTECTED]

can you please check a recent snapshot and see if the problem persists?

------------------------------------------------------------------------

[2004-08-21 14:01:15] jw at jwscripts dot com

Also applies to Windows 2000 and FreeBSD installations.

------------------------------------------------------------------------

[2004-08-21 13:57:01] jw at jwscripts dot com

Description:
------------
When the ZE1 compatibility has been enabled (in php.ini:
zend.ze1_compatibility_mode=On), the usage of domXpath::query() results
in an Invalid XPath Context error.

There are no problems when the ZE1 compatibility is disabled.



Reproduce code:
---------------
$dom = new domDocument;
$dom->loadXML("<root> hello </root>");
$xpath = new domXPath($dom);
$results = $xpath->query('//root');

echo "<b>Node value:</b> ", $results->item(0)->nodeValue;

Expected result:
----------------
Node value: hello

Actual result:
--------------
Warning: Invalid XPath Context in [...] on line [...]



------------------------------------------------------------------------


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

Reply via email to