[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Reconfigure PHP4 wth XML- Solved



>I need to configure php4 with XML support, I have a raq4i which already has
>php4 installed and configured. My question is do I have to do a
>./configure --with-xml or can I just edit the php.ini
>
>John Cordeiro

Ok no need to recompile php4 on a RAQ4i for XML support it is already
active. Just make a file named phpinfo.php and put in it
<?php phpinfo() ?>

and 1/2 way down the page is XML Support Active.

Also a good way to find the previous php configure options use the phpinfo
config options area to see the details.

Hope this helps someone. I spent two days researching this for a customer.

John Cordeiro