What’s new in PHP 5.5 Beta1 release

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.

 

The inclusion of Zend Optimizer+ was a recent decision from the developers. It enhances the performance of the ‘bytecode’ which is generated by the interpreter from PHP source code and allows to load PHP appCakePHP Developmentlications. This in turn helps to increase the performance and speed of PHP applications. The Zend Optimizer+ was included in the way of Zend opcache extension. Other opcache technologies like APC (Alternative PHP Cache), which used to be the default technology will be dropped. Zend CTO Zeev Suraski had already put forward a proposal of integrating Zend Optimizer+ component into the Open Source PHP distribution. His request for comments (RFC) said, the Optimizer+ offers a better performance than APC with an improvement of 5 to 20% in terms of requests per second. It increases PHP execution speed through opcode caching. It also enhances server performance by storing compiled PHP bytecode in the shared memory, thus the code wouldn’t be read from the disk and compiled when used for the second time.

 

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:

  1. Support for try/catch blocks

  2. Support for list() in foreach loop

  3. Array/string dereferencing

  4. ext/intl improvements

  5. 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.

Posted April 10, 2013 06:31

 

Calendar August 7, 2013 03:04

Cloud computing is a service where company’s computing requirements are delivered in the form of a service. Cloud computing companies provide a number of solutions that enables them to deliver the right level of service to the businesses and customers.

Cloud computing has devised a number of methods to handle numerous challenges and agreements and to ensure that they provide the best and flawless support and services to their customers.

Continue Reading…

Posted August 7, 2013 03:04

Calendar June 25, 2013 07:37

We are all waiting to get Google’s next Android update, dubbed as the Key Lime Pie. But, as it turned out there are rumors that Google hasn’t done with the Jelly Bean yet. So, we are expecting a 4.3 Jelly Bean update from Android. Here, we have some rumored release date and news in this blog.

Continue Reading…

Posted June 25, 2013 07:37

Calendar May 2, 2013 03:51

Every organization requires a strong online presence to promote their business over a wider customer reach. However, the increasing competition has made it tough for the businesses to effectively emphasize their targeted customers. Hence, the businesses will have to go an extra mile to get the desired result from their web app development. This can be achieved by taking advantage of the latest advancements in the web development technologies. Hence, the companies should choose the right development framework that can facilitate them with better management and deployment of codes.

Continue Reading…

Posted May 2, 2013 03:51

Calendar April 18, 2013 09:38

Apple’s next generation iPhone is expected to be an upgrade like the 4S and 3GS so presumably the next phone would be a 5S. Rather than being a complete renovation like the iPhone 5, the upcoming iPhone 5S will likely feature minor changes in the OS and some new hardware components. Apple will be introducing some new features that will convince Apple fans to upgrade their iPhone5 handset. Siri had prompted iPhone 4 owners to buy the iPhone 4S. New reports suggests that the next iPhone’s “Siri” will be a new fingerprint scanner that apple will integrate directly into the hardware.iphone App

Continue Reading…

Posted April 18, 2013 09:38

Calendar April 10, 2013 06:31

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.

Continue Reading…

Posted April 10, 2013 06:31