unread
Hi,
I'd like to put the "Context Sensitive Lexe" RFC into discussion again.
As promised, the RFC was reverted to it's previous less ambitious version,
this time offering no drawbacks like the one pointed by Nikita.
RFC: https://wiki.php.net/rfc/context_sensitive_lexer
PR: https://github.com/php/php-src/pull/1054
The entire test suite is passing and after running test suites from some
frameworks and widely use libraries no BC breaks and language regressions
were noticed, so I'm considering the patch close to stable.
It would be great to put this RFC to vote on 1st day of March because, if
approved, the RFC could reduce the BC break surface of the following RFCs
and have a positive impact on their respective votings:
- https://wiki.php.net/rfc/in_operator
- https://wiki.php.net/rfc/reserve_more_types_in_php_7
- https://wiki.php.net/rfc/reserve_even_more_types_in_php_7
Thanks,
Márcio