[PHP-DEV] Re: PHP 7.2 minimum ICU version

2019-08-22 Thread Christoph M. Becker
Hi! On 22.08.2019 at 01:17, Trevor Rowbotham wrote: > I realize that this may be a little late given that PHP 7.2 initially released > roughly 2 years ago, but I came across an issue yesterday regarding the > minimum > required version of the ICU library. The user's hosting provider was using >

Re: [PHP-DEV] Re: PHP 7.2 minimum ICU version

2019-08-22 Thread Christoph M. Becker
On 22.08.2019 at 15:54, Sara Golemon wrote: > On Thu, Aug 22, 2019 at 2:28 AM Christoph M. Becker > wrote: > >> On 22.08.2019 at 01:17, Trevor Rowbotham wrote: >> >>> Is there any way to increase the minimum required ICU version in PHP 7.2 >> and 7.3 to >>> at least 4.6, which would ensure that

[PHP-DEV] PHP 7.4.0beta4 is available for testing

2019-08-22 Thread Derick Rethans
PHP 7.4.0beta4 has just been released and can be downloaded from: Or use the git tag: php-7.4.0beta4 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at

Re: [PHP-DEV] Re: PHP 7.2 minimum ICU version

2019-08-22 Thread Sara Golemon
On Thu, Aug 22, 2019 at 2:28 AM Christoph M. Becker wrote: > On 22.08.2019 at 01:17, Trevor Rowbotham wrote: > > Is there any way to increase the minimum required ICU version in PHP 7.2 > and 7.3 to > > at least 4.6, which would ensure that the upgrade path is actually > available to users > >

[PHP-DEV] Re: Re: PHP 7.2 minimum ICU version

2019-08-22 Thread Trevor Rowbotham
On Thursday, August 22, 2019 11:00 AM, Christoph M. Becker wrote: > On 22.08.2019 at 15:54, Sara Golemon wrote: > > > Or perhaps tailor the deprecation warning a little? (Nevermind, I just > > wrote it out and it gets ugly) > > Or perhaps just stick with status quo and add a note to the manual.