Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of Zend Framework 1 is compatible with PHP7?

After which version Zend Framework become compatible with PHP7?

like image 202
Anıl Özselgin Avatar asked Feb 19 '16 08:02

Anıl Özselgin


People also ask

What is latest version of Zend?

Zend Server 2021 (ZS2021) adds support for a number of platform and language versions, including: PHP 7.4. CentOS/RHEL 7.7 and 8 (both Linux and Power 8) Ubuntu 18.04 and 20.04.

How do I update my Zend Server PHP version?

To update your PHP on Windows or Mac OS X, simply download the PHP 5.3 version of Zend Server from the product's Downloads Page on top of your existing one. There is no need to remove the prior version in order to update.


1 Answers

according to zf1's blog you, Zend seems to be compatible with php7 since version 1.12.12 (it's a version from april 2015). https://framework.zend.com/changelog/1.12.12

You should be able to run php7 and zf1 with the stable version of zf1.

Hope this helped

like image 176
Unex Avatar answered Oct 06 '22 02:10

Unex