Anıl Özselgin
Anıl Özselgin

Reputation: 417

Which version of Zend Framework 1 is compatible with PHP7?

After which version Zend Framework become compatible with PHP7?

Upvotes: 14

Views: 12192

Answers (1)

Unex
Unex

Reputation: 1757

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

Upvotes: 17

Related Questions