|
Call to undefined function domxml_open_mem()
hi,
I am getting this error in php 5.0.3
Fatal error: Call to undefined function domxml_open_mem()
while executing the following line
$dom = domxml_open_mem($xmlData);
I just migrated from php 4.3.9 to php 5.0.3
And this is my configure command for php 5.0.3
./configure --with-apxs2=/home/mydir/apache/bin/apxs --prefix=/home/mydir/php --with-system-regex --with-config-file-path=/home/mydir/php --enable-sockets --enable-track-vars --with-libxml-dir --with-zlib --with-zlib-dir
is that i need to change anything in my configure command or whther this function domxml_open_mem() is change to anyother name?
any help would be appreciated.
|