Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17491 программист и 1598 роботов. Сейчас ищут 1139 программистов ...
Migrating from PHP 5.5.x to PHP 5.6.x
Вернуться к: Appendices
Содержание
- Backward incompatible changes
- New features
- Deprecated features in PHP 5.6.x
- Changed functions
- New functions
- OpenSSL changes in PHP 5.6.x
- Other changes to extensions
- New global constants
Most improvements in PHP 5.6.x have no impact on existing code. 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 and 5.5.x.
Вернуться к: Appendices