E
E
evg_962018-04-02 12:28:40
PHP
evg_96, 2018-04-02 12:28:40

Where can I find reliable information about when PHP6 development was started?

Please tell me where you can reliably find out about the start date of PHP6 development, otherwise they write different dates everywhere, but in most cases they tend to October 2006...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Barmunk, 2018-04-02
@evg_96

PHP received mixed reviews due to lacking native Unicode support at the core language level.[32][33] In 2005, a project headed by Andrei Zmievski was initiated to bring native Unicode support throughout PHP, by embedding the International Components for Unicode (ICU) library, and representing text strings as UTF-16 internally.[34] Since this would cause major changes both to the internals of the language and to user code, it was planned to release this as version 6.0 of the language, along with other major features then in development.[35]
However, a shortage of developers who understood the necessary changes, and performance problems arising from conversion to and from UTF-16, which is rarely used in a web context, led to delays in the project.[36] As a result, a PHP 5.3 release was created in 2009, with many non-Unicode features back-ported from PHP 6, notably namespaces. In March 2010, the project in its current form was officially abandoned, and a PHP 5.4 release was prepared containing most remaining non-Unicode features from PHP 6, such as traits and closure re-binding.[37] Initial hopes were that a new plan would be formed for Unicode integration, but as of 2014 none have been adopted.

zmievski.org/about
_
_ _

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question