|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-13 16:38 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 23:00:01 2025 UTC |
xpath_new_context() worked fine in 4.0.6 with libxml2-2.3.10 but not with 4.1 with neither libxml2-2.4.2 nor libxml2-2.4.12 <?php $xmlDOM = xmldocfile('index.xml'); $xpath = xpath_new_context ($xmlDOM); ?> returns: Warning: Invalid object in test.php on line 13 ./configure --with-apxs=/usr/local/apache/bin/apxs --with-db --with-pgsql=/usr/local/pgsql --with-gettext --with-openssl=/usr/local/ssl --enable-dbase --with-expat-dir=/usr/local/expat --with-dom --with-zlib --enable-xslt --with-xslt-sablot=/usr/local/sablot