I am trying to use a old version of PHP - Specifically PHP 5.3.8
I really need to use this version, it is not possible to update it since the system is huge and it is very old - It needs to run on PHP 5.3.8.
So... Let's get to it:
About the Server Specs i am using:
O.S is Ubuntu 20.04 - I also tried all this on Debian Bullseye.
The things i tried so far:
1 Compiling from source
2 Using phpbrew
3 Few other methods that uses some repositories i found on some tutorials.
But this is been extremelly difficult to acomplish!
Using phpbrew just feels impossible since everytime i try to install php 5.3.8 it gives me A LOT of erros, i go and i fix them but they will just keep appearing everytime...
Really, i think i fixed like 20 different problems regarding packages compatibility and even some code directly on the source.
Had to even install some packages from source, like ICU for example!
Please, can someone point me in the right direction on what's the best way to do this????
I think i will try Docker next, but i DO NOT know how to start on Docker (Im new on the field.)
I also know of a Software called ISPCONFIG but i'm not sure if it'ill work...
Please, any help, really, is much appreciate it!
Thanks...