kbs-2.0dev
php-5.1.2
点击首页导读显示:
Fatal error: Call to a member function item() on a non-object in /home/www/htdocs/domxml-php4-to-php5.inc.php on line 131
domxml-php4-to-php5.inc.php是做什么用的?是php5对dom的支持有问题么?
configure内容如下
'./configure' '--prefix=/home/www/php' '--with-apxs=/home/www/bin/apxs' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-dom' '--with-gd' '--with-freetype-dir' '--with-png-dir' '--with-iconv' '--with-jpeg-dir' '--with-zlib' '--enable-track-vars' '--with-mysql'
phpinfo中dom内容:
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.19
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
--
FROM 59.66.170.*