Downgrading to php4 from php5

AlessandroB

Verified User
Joined
Sep 12, 2006
Messages
12
Hello,
i have new server with php5 + mysql5 + apache2

is possible to make downgrade to php4?

old version of oscommerce don't work with php5


Thanks
 
Last edited:
Yes, it is possible to do that :)

Code:
cd /usr/local/directadmin/custombuild

Edit options.conf and set php4_cli=yes, php5_cli=no and run:
Code:
./build php n

Good luck! :)
 
Thanks a lot,

it's work ok :)

for a try i have re-changed to php5 but give some error when recompile php
 
Back
Top