Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17591 программист и 1599 роботов. Сейчас ищут 1126 программистов ...
Migrating from PHP 5.6.x to PHP 7.0.x
Вернуться к: Appendices
Содержание
- Backward incompatible changes
- New features
- Deprecated features in PHP 7.0.x
- Changed functions
- New functions
- New Classes and Interfaces
- New Global Constants
- Changes in SAPI Modules
- Removed Extensions and SAPIs
- Other Changes
Despite the fact that PHP 7.0 is a new major version, efforts have been made to make migration as painless as possible. This release focusses mainly on removing functionality deprecated in previous versions and improving language consistency.
There are a few incompatibilities and new features that should be considered, and code should be tested before switching PHP versions in production environments.
Смотрите также руководство по миграции для версий PHP 5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x, 5.5.x and 5.6.x.
Вернуться к: Appendices