[PHP] unistall a newer veraion....cjk

2001-07-18 Thread Constantine Koulis

i have in a server PHP 4.0.2 version and a function (mail) is working 
perfectly.In the version PHP 4.0.5 i have problems.How can i unintall the 
4.0.5 to install 4.0.2?
Do i just go to the sourcer directory of the 4.0.2 and give the ./configure 
command?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
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] unistall a newer veraion....cjk

2001-07-18 Thread Marius Andreiana

În 18 Jul 2001 14:59:21 +0300 Constantine Koulis a scris:
 i have in a server PHP 4.0.2 version and a function (mail) is working 
 perfectly.In the version PHP 4.0.5 i have problems.How can i unintall the 
 4.0.5 to install 4.0.2?
Unfortunatelly php doesn't have the classic make uninstall
You can delete it by hand (the apache module and /usr/local/php)
and then install what version you want.
(If it's a development server, don't even bother to remove 4.0.5,
just install another php 4.0.x)

Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


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