PHP 5.6.0 Final Release Released

Today, August 28, the PHP development team
announced the release of version 5.6.0!
Main innovations of PHP 5.6.0:For a complete list of new features, please refer
to the transition guide .
')
Changes affecting compatibility with previous versions:- When defining an array as a class property, the array keys will not be overwritten by array literals.
- json_decode () is more stringent in syntax when parsing JSON.
- Stream wrappers use SSL / TLS by default to validate certificates and host names.
- GMP resources are now objects.
- Mcrypt functions require valid keys and vectors.
And:About PHP 5.6 in Russian:Source: https://habr.com/ru/post/234899/
All Articles