2 versions of PHP (the second old).. i know

TestUser

Verified User
Joined
Aug 26, 2011
Messages
215
hey all!
i have already 2 versions of PHP on my DA server
1st version 7.0 (fpm) IS OK!
2nd version 5.6 (fpm) => downgrade to 5.4
now i want to downgrade 2nd version to version 5.4

I get this error=> php 5.3, 5.4, 5.5 cannot compile against openssl 1.1.0 or higher. Try php 5.6 or higher.
I want 1st version to be as it is...just do downgrade the second
any help highly apreciated!
 
i have debian 9
i have seen this quide but i presume its for first version of php??
i have a live server and dont want to mess first version of php :p
any ideas how to use that gued but for 2nd version of php only?
 
No, the ./build php_expert command will only build the version you specify, so if you set 5.4 php-fpm as second php version and run ./build php_expert 5.4 php-fpm, it wil only install your second php version.
 
It might work :) I've only tested with PHP 5.3 if I remember well. If you would like I can try to build PHP 5.4 later today on a Debian 10 server, don't have a Debian 9 one available atm.
 
Last edited:
It might work :) I've only tested with PHP 5.3 if I remember well. If you would like I can try to build PHP 5.4 later today on a Debian 10 server, don't have a Debian 9 one available atm.
YES this is what im talking about... it wont work :(
 
Back
Top