Re: [PHP-DEV] [RFC] [Vote] PHP 8.3 deprecations

2023-06-22 Thread Björn Larsson via internals
Den 2023-06-22 kl. 14:52, skrev Nicolas Grekas: As previously announced on the list, we have just started the vote about the annual PHP deprecation RFC. Link to the RFC: https://wiki.php.net/rfc/deprecations_php_8_3 Link to the discussion thread: https://externals.io/message/120422 The vote is

[PHP-DEV] PHP 8.3.0alpha2 available for testing

2023-06-22 Thread ericmann
PHP 8.3.0alpha2 has just been released and can be downloaded from: https://downloads.php.net/~eric/ or https://qa.php.net/ or use the git tag: php-8.3.0alpha2 Windows binaries are available at:https://windows.php.net/qa/#php-8.3 Please test it carefully, and report any bugs to https://github

[PHP-DEV] Re: RFC Karma Request: deprecation of ISO_8601 constants

2023-06-22 Thread Jorg Sowa
Hello again! I didn't get any response and I'm not sure then whether I followed everything correctly. I want to write an RFC about deprecating the constants ISO_8601 and RFC7231 which I sent to the mailing list while ago for discussion. If I miss anything I would be glad for assistance. Kind reg

[PHP-DEV] PHP 8.2.8RC1 available for testing

2023-06-22 Thread Sergey Panteleev
PHP 8.2.8RC1 has just been released and can be downloaded from: https://downloads.php.net/~sergey/ or https://qa.php.net/ or use the git tag: php-8.2.8RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.2 Please test it carefully, and report any bugs to https://github.com

[PHP-DEV] PHP 8.1.21RC1 available for testing

2023-06-22 Thread Patrick ALLAERT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello! PHP 8.1.21RC1 has just been released and can be downloaded from: https://downloads.php.net/~patrickallaert/ or https://qa.php.net/ or use the git tag: php-8.1.21RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.1

Re: [PHP-DEV] [RFC] [Vote] PHP 8.3 deprecations

2023-06-22 Thread Nicolas Grekas
> > As previously announced on the list, we have just started the vote about > the annual PHP deprecation RFC. > > Link to the RFC: https://wiki.php.net/rfc/deprecations_php_8_3 > Link to the discussion thread: https://externals.io/message/120422 > > The vote is open until 2023-07-06 12:00:00 UTC.

Re: [PHP-DEV] Expression code blocks

2023-06-22 Thread Andreas Hennings
Hello Ilija, On Sat, 17 Jun 2023 at 13:27, Ilija Tovilo wrote: > > Hi Andreas > > On Fri, Jun 16, 2023 at 9:23 PM Andreas Hennings wrote: > > > > Hello list, > > I don't know if something like this was already proposed in the past, > > I did not find anything. > > > > Sometimes it would be nice

Re: [PHP-DEV] [RFC] [Discussion] Deprecate functions with overloaded signatures

2023-06-22 Thread Derick Rethans
On Mon, 19 Jun 2023, Nicolas Grekas wrote: > > > On my side, I'd very much prefer keeping the constructor of > > > DatePeriod and thus making it non-overloaded with this signature: > > > > > > public function __construct(DateTimeInterface $start, DateInterval > > > $interval, DateTimeInterface|i

Re: [PHP-DEV] Expression code blocks

2023-06-22 Thread Andreas Hennings
Hello Rowan, Ilja, (sorry I did not see these replies sooner, I do some forwarding but it failed) On Sat, 17 Jun 2023 at 16:59, Rowan Tommins wrote: > > On 17/06/2023 12:26, Ilija Tovilo wrote: > > I don't believe blocks for general expressions are that useful in PHP > > due to the lack of block

[PHP-DEV] [RFC] [Vote] PHP 8.3 deprecations

2023-06-22 Thread Máté Kocsis
Hi Everyone, As previously announced on the list, we have just started the vote about the annual PHP deprecation RFC. Link to the RFC: https://wiki.php.net/rfc/deprecations_php_8_3 Link to the discussion thread: https://externals.io/message/120422 The vote is open until 2023-07-06 12:00:00 UTC.

Re: Fwd: [PHP-DEV] [RFC] [Discussion] Deprecate functions with overloaded signatures

2023-06-22 Thread Máté Kocsis
Hi Rowan and Larry, > Isn't that exactly what a deprecation period is for? > Yes, sure, but I wrote my arguments with the "Short deprecation period" in mind so that the removal of these functions causes the least pain. > If we want to give people longer, just leave the functionality deprecated