|
|
| |
1. PHP 6 is not cancelled |
|
Reply |
|
|
 Jon Gjengset | 2010-07-26 02:33:44 |
Just want to clarify; PHP 6 is not scrapped or cancelled. Development on PHP has not been halted.
What has happened is that the developers have decided the current approach to PHP 6 is not a good one, and are therefore considering alternate ways of handling for instance Unicode in the next version of PHP.
See this link for details:
http://schlueters.de/blog/archives/128-Future-of-PHP-6.html |
| |
2. Re: PHP 6 is not cancelled |
|
Reply |
|
|
 Manuel Lemos | 2010-07-26 02:37:30 - In reply to message 1 from Jon Gjengset |
Right, what was canceled is the PHP 6 trunk, which apart from native Unicode support that was dropped for now, became what will be known as PHP 5.4.
This means that the planned PHP 6 features will be in PHP 5.4 except for native Unicode support. |
|