PHP 5.5 has been released as beta1 with numerous new
features. It implies that no further features will be added till the
next PHP release. It has included integration of Zend Optimizer+,
array_column function which simplifies the extraction of columns from
multidimensional arrays and support for non-scalar iterator keys via the
foreach() loop. It has also included the option to modify process
titles in CLI/CLI server SAPIs.

Other new features added
in PHP 5.5 include the support for generators and a new password
hashing API. It will facilitate developers to generate a secure salted
password hash using Bcrypt. A salt will not be needed as it will be
auto-generated by the API and added as a random component to the
password. The Bcrypt hash makes longer password difficult to crack as it
requires a lot of memory.
Other enhancements in the PHP 5.5 beta version include:
- Support for try/catch blocks
- Support for list() in foreach loop
- Array/string dereferencing
- ext/intl improvements
- Facilitates using empty() on the result of function calls and other expressions
A complete list of all the improvements and bug fixes can be availed from the PHP News file on github.
CakePHP Development will now be facilitated with numerous features which would make development processes easier and faster.
No comments:
Post a Comment