|
Posted by J.O. Aho on 06/24/07 17:02
kenoli wrote:
> Thanks. I finally figured this out, too. If I change my environment
> variable for my shell so it points to my php5 version, am I doing
> anything that will interfere with system level stuff like sendmail
> that may still be associated with the version in /usr/bin/ ?
You can always make a symlink, after you removed the old php
ln -s /where/your/current/php /usr/bin/php
As long as you don't use anything that uses nusope, you don't need the php4,
if you happen to have something using nusope, then you need to rename a few of
the classes/functions, as the one in php5 has same names.
--
//Aho
[Back to original message]
|