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!
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to