[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Reconfigure PHP4 wth XML- Solved
- Subject: RE: [cobalt-users] Reconfigure PHP4 wth XML- Solved
- From: "John Cordeiro" <jcordeiro@xxxxxxxxxxxxxxx>
- Date: Thu Feb 8 12:52:26 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>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