Hi,
We have been using PHP3 for a long time and been using EXPAT for XML support with it.
I tried installing PHP 4.1.2 on a new server (Solaris 8, iplanet 6.0)and got everything up and running except the XML parser support which is inbuilt in PHP4. I used this for compiling PHP 4.1.2:
./configure --with-xml-dir=/usr/local/lib
-enable-sysvshm=yes --enable-sysvsem=yes
--with-nsapi=/ecomm/iplanet/nes60/product
--enable-libgcc.
and then the general gmake and gmake install.
The phpinfo() output shows that support for XML is active but when I try to run our application specific code that is using XML it is giving an error which is code specific. But somehow I think it is to do with the XML support issue with PHP 4.1.2.
I would be highly grateful if somebody could lead me to the right option...??
Thanks in advance,
Worried,
Rohit