[php] проблема с domxml

IvladV71


'./configure' '--with-mysql' '--with-apxs2=/usr/sbin/apxs' '--with-zlib=/usr/' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--with-libxml-dir=/usr/'


dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.9
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

но Fatal error: Call to undefined function domxml_version
в чём может быть проблема?
мб 5 пхп не держит domxml ?

sergei1969

трабла только с этой функцией?
нашёл вот такое:
With DOM erly installed, this function still results in this error when it is called. This was on Windows XP, but will most likely be the same for all Windows and perhaps UNIX. This was using PHP 4.1.1.
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{'' or `'$'' in c:\www\temp\dom\pi.php on line 33
It appears this function doesn't exist or there is a major problem with its code.
----------------------------------------------------
This method works. An example :
$repertoireRacine = ... ; //some xml text
$dom = xmldoc($repertoireRacine);
$root = $dom->root;
$encoding = $dom->version;
print("\n $encoding \n");

IvladV71

проверял тока на ней и на domxml_xmltree
а насчёт того, что ты привёл, у меня немного другая трабла
дохмл просто не находится
сейчас собираю 4.3.9, мб в нём пахать будет, так как
Это расширение является ЭКСПЕРИМЕНТАЛЬНЫМ. Поведение этого расширения, включая имена его функций и относящуюся к нему документацию, может измениться в последующих версиях PHP без уведомления. Используйте это расширение на свой страх и риск.

IvladV71

пиздец подкрался незаметно, хоть виден был издалека... (с)
в 4.3.9 работает...
Оставить комментарий
Имя или ник:
Комментарий: