Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-10-08 Thread Sara Golemon
On Thu, Oct 8, 2020 at 2:49 AM Nikita Popov wrote: > At this point we have a number of PHP-8.1 only changes pending, so I think > it would make sense to go ahead with the branch cut now. Any concerns with > doing that today/tomorrow? (I don't think we need to synchronize this with > the next rele

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-10-08 Thread Nikita Popov
On Mon, Sep 28, 2020 at 10:56 AM Gabriel Caruso wrote: > Following Sara's email a couple of weeks ago, I come this week with a > similar one: > > Next Tuesday, Sep 29th, has been marked on our calendars as the branch date > for PHP-8.0 which would open master up for 8.1 targeted work. > > This wo

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-10-01 Thread Sara Golemon
On Tue, Sep 29, 2020 at 5:00 PM Gabriel Caruso wrote: > I'm gonna borrow Nikita's idea, and tag RC1 today without cutting the PHP-8.0 branch. > Late to the conversation, but I stand by Gabriel's call to proceed with release names as-is, but defer branching till RC2. To be clear, we're calling the

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread Gabriel Caruso
On Tue, 29 Sep 2020 at 14:29, Nikita Popov wrote: > On Tue, Sep 29, 2020 at 2:18 PM Remi Collet wrote: > > > Le 29/09/2020 à 11:55, Máté Kocsis a écrit : > > > > > Personally, I think releasing RC1 is realistic now, since parameter > > > names in the most important extensions (- ext/spl) have al

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread G. P. B.
On Tue, 29 Sep 2020 at 13:44, Dik Takken wrote: > On 29-09-2020 14:17, Remi Collet wrote: > > I think parameter names (public API) still can change in next RC > > as named parameters are not yet widely used. > > How about warning promotions? My own impression is that we are 99% there > but not qu

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread Dik Takken
On 29-09-2020 14:17, Remi Collet wrote: > I think parameter names (public API) still can change in next RC > as named parameters are not yet widely used. How about warning promotions? My own impression is that we are 99% there but not quite 100%. Regards, Dik Takken -- PHP Internals - PHP Runti

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread Nikita Popov
On Tue, Sep 29, 2020 at 2:18 PM Remi Collet wrote: > Le 29/09/2020 à 11:55, Máté Kocsis a écrit : > > > Personally, I think releasing RC1 is realistic now, since parameter > > names in the most important extensions (- ext/spl) have already been > > reviewed. > > I agree, nice to have "internal" A

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread Remi Collet
Le 29/09/2020 à 11:55, Máté Kocsis a écrit : > Personally, I think releasing RC1 is realistic now, since parameter > names in the most important extensions (- ext/spl) have already been > reviewed. I agree, nice to have "internal" API freezed, and released to give extension maintainer enough time

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-29 Thread Máté Kocsis
Thank you for the question! If I may give my opinion, I'd wait with the branch cut, simply because merging to 2 branches would make contributing more time consuming for me, especially when there are multiple PRs/day to merge, and when we have a close deadline. I don't know whether it's possible t

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-28 Thread Dmitry Stogov
Hi, This is fine to me. I stopped active JIT development, and going to do only fixes and may be minor improvements. Thanks. Dmitry. On Mon, Sep 28, 2020 at 11:56 AM Gabriel Caruso wrote: > Following Sara's email a couple of weeks ago, I come this week with a > similar one: > > Next Tuesday, Se

Re: [PHP-DEV] PHP 8.0 branch cut - The Return

2020-09-28 Thread Nikita Popov
On Mon, Sep 28, 2020 at 10:56 AM Gabriel Caruso wrote: > Following Sara's email a couple of weeks ago, I come this week with a > similar one: > > Next Tuesday, Sep 29th, has been marked on our calendars as the branch date > for PHP-8.0 which would open master up for 8.1 targeted work. > > This wo

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-15 Thread Christoph M. Becker
On 15.09.2020 at 09:29, Sebastian Bergmann wrote: > Am 15.09.2020 um 09:24 schrieb Benjamin Eberlei: >> The options to talk about and use in docs/posts are the following: >> >> opcache.jit=yes|true|1 >> opcache.jit=tracing >> opcache.jit=function >> >> These differentiate the Tracing-JIT from the

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-15 Thread Sebastian Bergmann
Am 15.09.2020 um 09:24 schrieb Benjamin Eberlei: The options to talk about and use in docs/posts are the following: opcache.jit=yes|true|1 opcache.jit=tracing opcache.jit=function These differentiate the Tracing-JIT from the Function-JIT. Default is tracing. Thanks! -- PHP Internals - PHP Ru

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-15 Thread Benjamin Eberlei
On Tue, Sep 15, 2020 at 8:20 AM Brent Roose wrote: > Hey Dmitiry > > Speaking of the JIT. I remember berblei mentioning that the JIT > configuration options were going to change prior to the final 8 release ( > https://www.reddit.com/r/PHP/comments/hjxlh9/jit_benchmarks_on_reallife_web_applicatio

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-14 Thread Brent Roose
Hey Dmitiry Speaking of the JIT. I remember berblei mentioning that the JIT configuration options were going to change prior to the final 8 release (https://www.reddit.com/r/PHP/comments/hjxlh9/jit_benchmarks_on_reallife_web_applications/fwuje8g/

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-14 Thread Sebastian Bergmann
Am 15.09.2020 um 08:19 schrieb Brent Roose: Is this still on the roadmap? I hope so, too. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-14 Thread Dmitry Stogov
This also gives me a time frame to clean up JIT code without hurry. I plan to separate the common JIT code, and merge JIT and VM helpers. Thanks. Dmitry. On Mon, Sep 14, 2020 at 5:55 PM Sara Golemon wrote: > On Mon, Sep 14, 2020 at 9:39 AM Nikita Popov wrote: > > > On Fri, Sep 11, 2020 at 6:49

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-14 Thread Sara Golemon
On Mon, Sep 14, 2020 at 9:39 AM Nikita Popov wrote: > On Fri, Sep 11, 2020 at 6:49 PM Sara Golemon wrote: > >> Next Tuesday, Sep 15th, has been marked on my calendar as the branch date >> for PHP-8.0 which would open master up for 8.1 targeted work. >> >> This would mean that bug fixes would nee

Re: [PHP-DEV] PHP 8.0 branch cut

2020-09-14 Thread Nikita Popov
On Fri, Sep 11, 2020 at 6:49 PM Sara Golemon wrote: > Next Tuesday, Sep 15th, has been marked on my calendar as the branch date > for PHP-8.0 which would open master up for 8.1 targeted work. > > This would mean that bug fixes would need to include PHP-8.0 in their merge > chain (meaning more wor