@evg_96

Где можно узнать достоверную информацию о том когда была начата разработка PHP6?

Подскажите пожалуйста, где можно достоверно узнать о дате начала разработки PHP6, а то везде пишут разные даты, но в большинстве случаев склоняются к октябрю 2006...
  • Вопрос задан
  • 149 просмотров
Решения вопроса 1
@Barmunk
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.

https://en.wikipedia.org/wiki/PHP#PHP_6_and_Unicode

начали параллельную ветку в 2005, как переезд на юникод, но потом забросили

вот его контакты) zmievski.org/about
Ответ написан
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы