Ok, doing that now and it's taking a while. I can do phpinfo but that tells me the config line and where the ini files are, not necessarily where the configure stuff is to recompile...correct? On 8/7/06, Jochem Maas <jochem@xxxxxxxxxxxxx> wrote:
blackwater dev wrote: > Ok, > > I am using a hosted server and php is installed from the linux distro. I > usually have all the stuff in a php file somewhere so I can just go back > ./configure, etc. I can't seem to find the configure for php on this > box so > I can recompile but I know it is there as I can use php and see the > version, > how can I find the configure to use? php -l | grep configure or <? phpinfo(); > > Thanks! >