Comments on How to install PHP 5.6 as additional PHP-FPM & FastCGI for ISPConfig 3.1 on Ubuntu 16.04
This tutorial shows how to build PHP 5.6 as a PHP-FPM and a FastCGI version on Ubuntu 16.04 (Xenial Xerus). Ubuntu 16.04 ships with PHP 7 by default but there are still many websites out there that don't support PHP 7. This tutorial will show you how to install PHP 5.6 as additional PHP version on Ubuntu 16.04 so that you can switch between both versions for each website individually in ISPConfig.
51 Comment(s)
Comments
Hello and thanks for the tutorial, worked perfect and i needed to add and older version of php to my ispconfig.
I'm having trouble with increasing the upload_max_filesize.
I changes the php.ini in opt/php-5.6.25/lib/php.ini wich is the location, acording to phpinfo(); from where the system is loading the configuration.
I change the parameter but nothing happens.
Bye and thanks
Did you restart php-fpm after you changed the php.ini?
systemctl restart php-5.6.25-fpm.service
On a fresh Ubuntu 16.04 I used the automated install for ISPConfig with Nginx. Then I used this tutorial. After creating a website and assigning the additional php version (5.6.25) I receive error 502. The log for the site says the following:
2016/10/09 08:08:22 [crit] 3906#3906: *5 connect() to unix:/var/lib/php7.0-fpm/web1.sock failed (2: No such file or directory) while connecting to upstream, client: xxx.xxx.xxx.xxx, server: xxx.domain.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php7.0-fpm/web1.sock:", host: "xxx.domain.de"
So it seems php 5.6 is not used. However I the whole process several times and I am pretty sure I obeyed every single step. Do you have any suggestion where to look to get it running?
Hi Henning, I'm having a similar issue.. did you solved it?
Please remove my former comment. I had a typo in the path to php-fpm.conf. I apologize for not being careful enough...
Hello. Thanks a lot for this useful tutorial, I follow step by step instructions and the magic happends, now I have php 7 and php 5.6.25 available (on Ubuntu server 16.04 with ISPConfig). Very useful and understandable tutorial.
IS working in debian 8?
How can i connect apache2 and libapache2-mod-fastcgi to this php-fpm 5.6 without step 4 (without enabling PHP 5.6 in ISPConfig). Is there another way to enable php-fpm?
I get the correct result when using: ./php --version but how can i get php version just using php -v?
hi
wonder if you could help, i am on ubuntu 16.04lts with php 7 using ispconfig 3.1
when i configure i get this error
configure: error: Kerberos libraries not found.
Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )
any clues ?
When I run your tutorial eveerything seem to work fine up to the make install (which seems to work OK) but then there is nothing in the following directory "/opt/php-5.6.25"...what have I missed???
found a solution ?
Hello, someone know how to enable that config in pure Apache2 (without ISPConfig) ?
After following the steps carefully there is no extra PhP version available in the ISPConfig3 frontend under the selected site. Still only the "default" option is visible when Fast_CGI is selected. Can I manually add this somewere in a config file so it is showing up? Or can I force a specific website to use PhP version 5.6 instead of PhP7?
Solved : Login in as client and the PhP selection. Still I have a problem with a ereg function deprecated error in one of the scripts. I even need to downgrade PhP to version a version lower tah 5.3.0
It works, thanks for the tutorial.
But it doesnt recognize my zend_extension line for the ioncube loader:
zend_extension = /opt/php-5.6.25/lib/php/extensions/no-debug-non-zts-20131226/ioncube_loader_lin_5.6.so
I put it into the /opt/php-5.6.25/lib/php.ini file, and also tried it to put it into the domain specific options (the stuff that is saved in /var/www/conf/____ when it is in the textarea field in ISPconfig)
Does somebody know why it cant load the IONcube loader?
In the PHP7 ini, the IONcube loader works without problems!
To bad we need to compile things, because who is notifying who about security updates now.
So I preffer : https://deb.sury.org/ ( this one allows multiple php versions installed )
But is that also possible when useing ispconfig and php5.6 with php7.0
I was not able to get PHP-FPM to work until I copied the Path to the PHP-FPM init script
by following this http://serverfault.com/questions/472395/where-can-i-find-a-php-fpm-rc-script hope this help some asI suppose it is possible to run simultaneously php-5.6 & 7.1, but i wonder if does it need some change on the configuration for systemd so they don't get mixed of mutually excluded or something alike?
I migh be wrong but seems to me that the option
--enable-opcache
is missing, but called to php.ini later on the installation, is that an error or that's some new behaivor?
Can anyone confirm that this still works? I installed it just fine back in March but today on a new server i am getting a ton of errors when trying to configure php.
Yes, it still works (successfully installed PHP 5.6.31 today). I just omit --with-imap and --with-imap-ssl ...
having problem with pictures in jpeg like imagecreatefromgif
I'm facing strange behavior trying to crop images...
Hi, i've done the process, all ok but I can't see the option in the domain edit, between PHP: and "Web server config:" options, where is it? is there a way to enable/disable?
thanks!
Hi,
Unfortunately configure stops:
checking whether rfc822_output_address_list function present ... no
checking whether build with imap works ... no
configure: error: build test failed. Please check the config.log for details.
Great tut!
I would go for:mkdir /opt/php-5.6 and ./configure --prefix=/opt/php-5.6to simplify future php updates.
hello ! is it possible to make the same tuto but for Ubuntu 17.04 Zesty ? i have a problem with :
https://www.howtoforge.com/community/threads/php-5-6-ubuntu-17-04-zesty.77548/
thank you !!
JC
You did my day. First complex tutorial that works 100% perfectly from the first to the last line. REALLY THANK YOU!!! Problem solved.
help me; thanks for the tutorial
can not connect with mysql used php v 5.6.30 and with php7 i can connect. config ispconfig3 for used php 5.6.30?
How do you enable php extensions like "intl" for this?
Installation failed from the beginning for ubuntu 17.04 with php 7 with this tutorial: https://www.howtoforge.com/tutorial/perfect-server-ubuntu-17.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/2/
First error messages: E: Package 'libpng12-dev' has no installation candidate
Followed by other error.
Any help appreciated.
Hi Till, Do you have any plans to make a "Debian Stretch" version of this manual...? Would help a lot ! Thanks. (And thanks for all the great work on this HowTo site !).
P.S. I did, by the way, try and use this Ubuntu-manual on Debian. But sadly it fails. I get missing libraries libjpeg62-dbg and libpng12-dev during compile. I then tried installing these packages manually first (from Wheezy archives), but then my "make" still fails...
Hello, how add memcache extension to this php?
You add it by installing the latest pecl package for php 5.6 (4.0.11 at this time). (I am using php 5.6.32 so change the cd command to your version).
cd /opt/php-5.6.xx/etc
pecl -C ./pear.conf install channel://pecl.php.net/apcu-4.0.11
Hi, thx for detailed tutorial, i just want to ask that how can i install zeromq only on this additional php 5.6.30 ?
Hi till, same problema here, fails on ubuntu 17
when starting fresh and you want to setup metronome, don't forget to do
$sudo apt-get install build-essentials
pecl setup of xdebug doesn't seem to work ( fetching too new version which requires php 7.0+ )
cd /tmp/ mkdir xdebug cd xdebug/ wget https://pecl.php.net/get/xdebug-2.5.5.tgz tar xf xdebug-2.5.5.tgz cd xdebug-2.5.5 /opt/php-5.6.30/bin/phpize ./configure --with-php-config=/opt/php-5.6.30/bin/php-config make make installHow can I install the php_mysql.so extension?
I can't find any information.
A lot went wrong for me with Ubuntu 18.04 and php 7.2 installed.
* libjpeg62-dbg and libpng12-dev do not work, but you will get the name of the replacement for jpeg and for png it is just libpng-dev
* I had to symlink curl (same way was lib-client)
* php 5.6 is not compatible with OpenSSL 1.1, which leads to errors when executing "make". Fortunately, there is a guy who made backport changes: https://github.com/remicollet/php-src/commit/4ca75ff1f3c341b83932f85310595f5c0a10f57e
* Then I got an error on maxing out virtual memory, due to some libmagic/apprentice.c building. php.net has the solution: https://bugs.php.net/bug.php?id=48809 (just add --disable-fileinfo to ./configure)
After upgrading from 16.04 to 18.04 we get errors:
--
root@server:/opt/php-5.6.30/bin# ./php --version./php: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./php)
--
What we have to do? Included versions should work like before.
Hi Till, will there be un update tutorial for installing PHP 5.6 in ispconfig3 on ubuntu 18.04?
Because as mentioned below, there are some differences between 16.04 and 18.04....what will fails the install.
For Ubuntu 18.04, I would just use the precompiled packages from Ondrej repository. Just ensure to switch back the default php version with the update-alternatives command to the one that ships with Ubuntu 18.04 for php-cli and php-fpm after you installed the packages from Ondrej repo.
Ok then, i will wait until there is a tutorial for ispconfig 3 with ubuntu 18.04 for installing old PHP 5.6 because i work with a production server and don't want to risk any problems.
Thanks for the tutorial and thanks for working on ISPConfig.
I have the following problem: under php-fcgi-scripts/ is created nonsense after I saved the page with PHP: Fast-CGI and the correct version. The created folder has the name web90 I would have expected web121 in the file .php-fcgi-starter the paths do not exist. The clientID does not match web90 or web121.
In the .vhost under /etc/apache2/sites-available the FCGI part is missing, which is then in the .vhost.err. This is probably just a symptom of the problem with the .php-fcgi-starter script.
Someone an idea or something ever seen?
What else can I say:
The server has been updated from ISPConfig 2 to version 3 some years ago. The server has also been migrated to new hardware before, where I have basically kept to this tutorial: https://forum.howtoforge.de/threads/anleitung-mit-ispconfig-on-ne-neuen-server-umziehen. 10804 /
Please post in the ISPConfig forum here at howtoforge if you need help with your setup.
When can you make a tutorial for Ubuntu version 18.04? Please!
Same question on LEMP Ubuntu 18.04.
HiAs usual, Till, thanks for an excellent tutorial which I will shortly be using. However, I have a problem trying to configure an Ubuntu 16.04 server running ISPConfig 3 with PHP 7 (system default) and PHP 5.5.3, required for a couple of ancient websites. I have followed one of your other multi-PHP tutorials, adjusting for version numbers as required and all has gone well. Except that even if I set a website to use the alternative PHP - 5.5.3 in this case, a PHPInfo on the site shows it running 7. Any ideas? Any useful info I could provide?
I need t install 5.6 on Ubuntu 18.04. Unfortunately, the normal released versin will not compile as the version of OpenSSL provided with 18.04 is not compatible with 5.6. However, there is a forked version of 5.6, here, which has had the PHP OpenSSL module changes backported.But: it seems to be missing files such as "configure"! Is this a feature of downloading a forked package from Github or am I missing something?I have the original 5.6.32, so I could run a diff of the changed modules and backport those into the original 5.6.32 (which has no missing files)... or simply copy the changed files across.Any ideas very welcome :)
Hi , thanks for an excellent tutorial. However, I have a problem trying to configure an Debian server running ISPConfig 3 with PHP 5.4.39 (system default) and PHP 7, required for a couple of websites. I have followed one of your other multi-PHP tutorials, adjusting for version numbers as required and all has gone well. Except that even if I set a website to use the alternative PHP 7 - in this case, a PHPInfo on the site shows it running 5.4.39.