Older PHP Versions on ISPConfig 3.1.5 As I started to install some scripts, I came around that several of them are need PHP 5.3 and I use 5.6 and 7.1 already. The question for me is now: If I like to add PHP 5.3 to my server, could I use the same commands as for PHP 7.1? And, are there some special commands etc., I need to be aware of? Thanks for information and help.
Yes, the compile commands are basically the same. But PHP 5.3 has different commandline switches to compile a FPM and FCGI version. You might find some useful info here: https://www.howtoforge.com/how-to-u...pm-and-fastcgi-with-ispconfig-3-debian-wheezy
Thanks, Till, will take a close look at that and may have to ask again if something isn't understood.
OK, I was start reading and came around: I used that Port 8999 as I added PHP 7.1! Should I use a different port (I think I should)? and are there others what I need to be aware of? Thanks.
Also, what's about IonCube Loader? That is already installed on my server. Do I need to change something or add anything etc.? Thanks.
Read further and YES, I need to use a different port for any single different PHP Version I add! What's about that APC stuff? I didn't use APC UPS at all, I've different UPS which isn't supported. Do I use that command anyway? Thanks.
Thanks Till! That means I need to use that commands as well, because at least Softaculous uses IonCube Loader, and some scripts as well. Will do that adding tomorrow morning, now it's bedtime for me 23:00H! Good night.
OK, started the setup and get at the first set of commands directly a error" Code: root@server1:/home/reimar# mkdir /opt/php-5.3.22 root@server1:/home/reimar# mkdir /usr/local/src/php5-build root@server1:/home/reimar# cd /usr/local/src/php5-build root@server1:/usr/local/src/php5-build# wget http://de.php.net/get/php-5.3.22.tar.bz2/from/this/mirror -O php-5.3.22.tar.bz2 --2017-07-19 15:31:10-- http://de.php.net/get/php-5.3.22.tar.bz2/from/this/mirror Resolving de.php.net (de.php.net)... 212.124.37.9, 82.100.240.32 Connecting to de.php.net (de.php.net)|212.124.37.9|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2017-07-19 15:31:12 ERROR 404: Not Found. root@server1:/usr/local/src/php5-build# tar jxf php-5.3.22.tar.bz2 Any idea? Thanks.
The link I found to PHP 5.3.22 is: http://museum.php.net/php5/php-5.3.23.tar.bz2 and http://museum.php.net/php5/php-5.3.22.tar.bz2 The latest release is PHP 5.3.29: http://th1.php.net/get/php-5.3.29.tar.bz2/from/a/mirror and http://de2.php.net/get/php-5.3.29.tar.bz2/from/a/mirror And I think, that problem will be replicated for PHP 5.4 too!
OK, fine, thank you. Should I use the 5.3.22 or better that latest, and for sure, change the related Settings in the scripts as well? Thanks.
If I change the link, it should look: wget http://museum.php.net/php5/php-5.3.23.tar.bz2 -O php-5.3.22.tar.bz2 Or, is this: -O php-5.3.22.tar.bz2 not more needed? Thanks.
Ended up with several errors, include not found files and so on, so I removed all downloads etc. for PHP 5.3.22 already. Done for this moment, maybe try sometimes later again, but now. Thanks for help.