What was changed in PHP 7.2
PHP 7.1 was released 9 months ago so it’s time to look at PHP 7.2 release. At the moment of
writing this article PHP 7.2 is in Beta 3 version Looking at releases of previous versions and
release plan for PHP 7.2 I think we should expect the final release until the end of year, probably
at the beginning of December 2017.
writing this article PHP 7.2 is in Beta 3 version Looking at releases of previous versions and
release plan for PHP 7.2 I think we should expect the final release until the end of year, probably
at the beginning of December 2017.
Security Is the Most Important Thing Here
The 7.2 Release offers some highly needed improvements to security.
- The Libsodium cryptography library, for authenticated encryption and high-speed elliptic
- The Argon2 algorithm for disagree passwords addresses my personal drawback of the
Bye bye Mcrypt. The Mcrypt cryptography library development has been officially removed.
- PHP developers have said that Mcrypt highly inhibited the growth of the PHP language
- SSL-Secure Sockets Layer or TLS -Transport Layer Security framework have been
Improved Programming Language Features
There are other updates to help fix some people's complaints about the language. So, here we
go.
go.
- A new warning has been added when calling the count () function with a parameter
interface.
- Object type hints fix a situation in which a developer can't declare a function that needs
The fix uses object as a parameter type and as a return type.
- Hash context as an object. Issue the hash extension to use an object extension for
- Conversion of numeric keys in object/array casts addresses an issue with the Zend
numeric strings, while object hash tables can have integer keys. In such cases, PHP code
can't find the keys. With the fix in PHP 7.2, keys of arrays or object hash tables are
converted as appropriate, so numeric string property names in objects become integer
array keys and vice versa, solving the issue of inaccessible properties.
PHP Training in Chandigarh is the best way to learn programming language very
easily for developing any website.
0 comments:
Post a Comment