[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] compiling apache in module DSO



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