Hi, https://github.com/php/php-src/pull/1367 implements some additions to the zend_string API I'd like to see in 7.0.
It's important, IMHO, because it provides macros to access the 'val' and 'len' fields of the zend_string struct, which didn't exist previously. Because of this, we already have thousands of locations directly accessing ->val/->len. This will take a lot of time to fix and the first step is to provide an abstraction layer as soon as possible. I asked Dmitry to review the change. As we have a very short delay, I also announce it here to ensure anybody interested can give an opinion. Important: The PR only contains additional functions and macros. It is 100 % backwards compatible with any code using the zend_string API. Regards François > -----Message d'origine----- > De : kalle....@gmail.com [mailto:kalle....@gmail.com] De la part de Kalle > Sommer Nielsen > Envoyé : jeudi 25 juin 2015 17:04 > À : Internals > Cc : Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; Xinchen Hui > Objet : [PHP-DEV] Headsup: PHP7 feature freeze > > Howdy > > This is a quick heads up that we plan to have the next release of > 7.0.0 be Beta 1, this marks a feature freeze and from there on, we > will switch focus on to stabilization, regressions and other bug > fixes. > > Beta 1 is schedule to be tagged and packaged on July 7th and released > on July 9th which is a small 2 weeks from now to get any remaining > changes of such in. > > If you are in doubt about whether or not your change would be > considered a 'feature' or have any other questions, then feel free to > mail us RMs or reply here. > > > Thanks, > Kalle, Anatol & Ferenc > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php