New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Best option to run zend optimizer
Hello
I have script that need php to run/enable zend optimizer (not zend guard)
The highest php version to run zend optimizer are php 5.1 and at this moment my box are centos 7 with php 5.4 (default)
The script unable to run on php 5.4 as I can't install zend optimizer on it
What the best scenario for me? Downgrading my box to centos 5.11 seems the only way I can think of
But honestly that's the last option (considering the vulnerabilities on centos 5)
Is it possible to run php 5.1 on centos 7?
My apologies for my english
Comments
PHP 5.x reached EOL several years back - https://www.php.net/supported-versions.php Hire some developers and upgrade the code base.
Possible, but you will be hacked by using EOL version of PHP. Upgrade immediately. Like now, go and upgrade.