[PHP] uninstalling PHP4

2001-04-08 Thread David Loszewski

I just uninstalled MySQL, now how do i uninstall PHP4, I installed it from a
.tar file.

thx,
Dave


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




Re: [PHP] uninstalling PHP4

2001-04-08 Thread Rasmus Lerdorf

 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]




RE: [PHP] uninstalling PHP4

2001-04-08 Thread David Loszewski

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]




RE: [PHP] uninstalling PHP4

2001-04-08 Thread Rasmus Lerdorf

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]




Re: [PHP] uninstalling PHP4

2001-04-08 Thread Joe Stump

I think the more important question is:

Why would you want to uninstall it?

;o)

--Joe

On Sun, Apr 08, 2001 at 08:40:57PM -0400, 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]


/**\
 *Joe Stump - PHP/SQL/HTML Developer  *
 * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net   *
 * "Better to double your money on mediocrity than lose it all on a dream."   * 
\**/

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




RE: [PHP] uninstalling PHP4

2001-04-08 Thread David Loszewski

because I uninstalled MySQL, don't you need MySQL to run PHP?

-Original Message-
From: Joe Stump [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 08, 2001 8:38 PM
To: David Loszewski
Cc: Rasmus Lerdorf; [EMAIL PROTECTED]
Subject: Re: [PHP] uninstalling PHP4


I think the more important question is:

Why would you want to uninstall it?

;o)

--Joe

On Sun, Apr 08, 2001 at 08:40:57PM -0400, 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]


/***
***\
 *Joe Stump - PHP/SQL/HTML Developer
*
 * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net
*
 * "Better to double your money on mediocrity than lose it all on a dream."
*
\***
***/

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




Re: [PHP] uninstalling PHP4

2001-04-08 Thread Joe Stump

No. PHP is totally independent of all DB's...

--Joe

On Sun, Apr 08, 2001 at 08:50:34PM -0400, David Loszewski wrote:
 because I uninstalled MySQL, don't you need MySQL to run PHP?
 
 -Original Message-
 From: Joe Stump [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 08, 2001 8:38 PM
 To: David Loszewski
 Cc: Rasmus Lerdorf; [EMAIL PROTECTED]
 Subject: Re: [PHP] uninstalling PHP4
 
 
 I think the more important question is:
 
 Why would you want to uninstall it?
 
 ;o)
 
 --Joe
 
 On Sun, Apr 08, 2001 at 08:40:57PM -0400, 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]
 
 
 /***
 ***\
  *Joe Stump - PHP/SQL/HTML Developer
 *
  * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net
 *
  * "Better to double your money on mediocrity than lose it all on a dream."
 *
 \***
 ***/
 
 --
 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]


/**\
 *Joe Stump - PHP/SQL/HTML Developer  *
 * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net   *
 * "Better to double your money on mediocrity than lose it all on a dream."   * 
\**/

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