> 1.  I don't know where the current installation is.

phpinfo() would tell you the configure line which tells you what sort of
PHP build you are dealiong with.  Chances are it was built using
--with-apxs in which case your httpd.conf file has a LoadModule line that
loads the libphp4.so module from somewhere.  Simply find that file.

> 2.  I don't know how to uninstall it.

Remove the LoadModule line from httpd.conf and remove the libphp4.so file.

> 3.  I don't have any configure file that I know of.

phpinfo() shows you the complete set of configure flags

-Rasmus


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

Reply via email to