Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
On Linux: Install old package versions or a complete old distribution (e.g. Debian 6) in a virtual machine (please isolate this outdated software).
-
Don't use them. There are reasons they were deprecated. You could convert them, most functions work the same.
-
C0D4681466yYou should be able to migrate to PHP 5.6 without any issues, unless your using some really outdated functions.
Moving past 5.6 would require you to drop the mysql_ functions and use mysqli_ or pdo, and changing over any deprecated functions.safe bet, build a test server with 5.6 and do a full test with the error log open and see what breaks.
Related Rants
Hi guys
Can we still install and use php 5.2 or php 5.3?
Got an old website that needs rescue
Coz of the depricated mysql functions
Much appreciated
Cheers
question
php