[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] compiling apache in module DSO
- Subject: Re: [cobalt-developers] compiling apache in module DSO
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Sun Jul 9 08:03:05 2000
- Organization: Pomfret Computer Technologies
----- Original Message -----
From: <MistaAviB@xxxxxxx>
> I heard that php4 supporst php3 also. So i just installed php4 the norm
way
> (compiling, apache) and set .php .php3 and .php4 extentions to goto php4.
While PHP4 supports basically everything that PHP3 does, there are a few
special cases where a PHP3 designed script will not run on PHP4 (immediately
comes to mind: Session Management, read the compat. notes on php.net).
BC