+ - PHP 5.4 A Major Update Designed to Help Forget 6.0-> 2
Submitted
by
mikejuk
mikejuk writes "PHP 5.4 has been released along with a new version of Zend Framework. It has it a number of optimizations that make it faster and smaller (early estimates say 10 to 20% faster), a built-in webserver for testing purposes, and features that had been destined for PHP 6.0.
The big addition from the now crashed PHP 6.0 project is Traits which are sort of a cross between a class and an interface and brings some of the advantages of multiple inheritance to PHP.
A good question is what happens when 5.4 evolves its way to 6.0? Will it have to be called 6(2) or something?"
Link to Original Source
The big addition from the now crashed PHP 6.0 project is Traits which are sort of a cross between a class and an interface and brings some of the advantages of multiple inheritance to PHP.
A good question is what happens when 5.4 evolves its way to 6.0? Will it have to be called 6(2) or something?"
Link to Original Source
Is the Version Number an Issue? (Score:1)
Re: (Score:2)
I'll jump in here and say .. yes.
But, rather than reiterate this information try Wikipedia - https://en.wikipedia.org/wiki/Software_versioning [wikipedia.org]