Migrating from PHP 7.0.x to PHP 7.1.x

Содержание

This new minor version brings with it a number of new features and a few incompatibilities that should be tested for 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, 5.6.x and 7.0.x.

Коментарии

Автор:
php 7.1+ supports utf-8 paths and I/O streams on Windows. file system functions now return utf-8 results, you don't need to convert file paths between character sets.
2016-12-20 20:59:22
http://php5.kiev.ua/manual/ru/migration71.html
For fresh installation on Ubuntu 16.04
If we want to install new version && Remove all php dependencies
sudo apt-get remove php* 

sudo apt-get install php7.1 php7.1-cli php7.1-common libapache2-mod-php7.1 php7.1-mysql php7.1-fpm php7.1-curl php7.1-gd php7.1-bz2 php7.1-mcrypt php7.1-json php7.1-tidy php7.1-mbstring php-redis php-memcached
2017-01-04 01:06:22
http://php5.kiev.ua/manual/ru/migration71.html
A safe option for migration is by installing PHP 7.1 in a Docker and test the scripts.
2017-09-02 08:19:14
http://php5.kiev.ua/manual/ru/migration71.html

    Поддержать сайт на родительском проекте КГБ