On 18.08.2022 at 16:37, Ben Ramsey wrote: >> On Aug 18, 2022, at 08:46, Jakub Zelenka <bu...@php.net> wrote: >> >> There are some small self contained features that would be good to get to >> 8.2 unless there are any objections ofc. >> >> Make libxml_set_external_entity_loader() return the previous loader >> https://github.com/php/php-src/pull/7977 >> >> Improved responses to different requests on static resources in built-in web >> server >> https://github.com/php/php-src/pull/8215 >> >> Implement FR #76935: OpenSSL chacha20-poly1305 AEAD support >> https://github.com/php/php-src/pull/9366 >> >> Add openssl_cipher_key_length function >> https://github.com/php/php-src/pull/9368 >> >> >> As it needs to be done before the first RC, I will wait for a week and if >> there are no objection, I will merge them. > > Feature freeze is at the first beta release, not the first RC. > > Are these new features or bug fixes?
From the release process RFC[1]: | No feature addition after final x.y.0 release (or x.0.0). Self | contained features or new SAPIs could be carefully considered on a | case by case basis. So, as I understand it, feature freeze does not necessarily apply to self contained features, at least if small in scope. And shipping such with the first RC is likely more sensible than to ship them after the first GA. [1] <https://wiki.php.net/rfc/releaseprocess#releases_cycle> -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php