After which version Zend Framework become compatible with PHP7?
相关问题
- Zend Auth locked session
- Zend/PHP: Problem uploading/downloading file to/fr
- PHP Zend Framework - Zend_Config and global state
- 'Zend_Db_Statement_Exception' with message
- How to handle with foreign languages?
相关文章
- foreach changes in PHP7
- Possible disadvantages of Zend [closed]
- Download PhpSpreadsheet file without save it befor
- Zend Framework Modules with common resources
- Zend Form Validator Callback: How to exclude a use
- Exception while setting up the wurfl in zend
- How to create admin in Zend framework?
- zend framework and jquery - attach event from serv
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