httpd -l

If php shows up in your list it is static.

Or, check phpinfo() and see if the configure line you used was --with-apxs
(DSO) or --with-apache (static)

-Rasmus

On Sun, 8 Apr 2001, David Loszewski wrote:

> how do I tell?
>
> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 08, 2001 8:32 PM
> To: David Loszewski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] uninstalling PHP4
>
>
> > I just uninstalled MySQL, now how do i uninstall PHP4, I installed it from
> a
> > .tar file.
>
> Just remove the LoadModule line from your httpd.conf assuming you built
> PHP as a DSO.  If you compiled it into your Apache as a static module you
> will need to recompile Apache.
>
> -Rasmus
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to