Hello,
In order to be able to use "xmltree" function on a php web page, I'm trying to compile php4 using ./configure --with-dom --with apache=... option on a Linux RedHAt 7.0 system. At "make" I get error messages when compile :
[php_domxml.c:php_if_xptr_new_context undeclared here]
..and a dozen of lines like this one, all refering to php_domxml.c
does somebody knows about this kind of problems ?
I tried with all available versions of libxml (2.2.11, 2.3.6 , 2.3.0) and php (4.0.1 , 4.0.4) either in tgz or rpm form...
without the "--with-dom" option, php compiles correctly.
thanks in advance for any help
Sam