I'm using Ubuntu 16.04 and I installed php5.3 (I need this specific version) with:
wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
./configure
make
make install
Now it's working.
For work, I also need to install php5.3-MySQL, php5.3-mbstring and other function of php5.3.
How can I do that? I can't find any PPA or anything that can help me.
P.S. I MUST use this specific version. Do you suggest me to use docker or something like that?
P.P.S No VirtualBox, please no.
Thank you all!