Re: [PHP-DEV] [RFC][Vote announcement] Property hooks

2024-04-11 Thread Juliette Reinders Folmer
Hi Ilija, On 12-4-2024 1:00, Ilija Tovilo wrote: On 9-4-2024 16:03, Juliette Reinders Folmer wrote: I realize it is late in the discussion period to speak up, but for months I've been trying to find the words to express my concerns in a polite and constructive way and have failed. First of

Re: [PHP-DEV] [RFC][Vote announcement] Property hooks

2024-04-11 Thread Ilija Tovilo
Hi Juliette On 9-4-2024 16:03, Juliette Reinders Folmer wrote: > On 8-4-2024 23:39, Ilija Tovilo wrote: >> >> https://wiki.php.net/rfc/property-hooks >> > > I realize it is late in the discussion period to speak up, but for months > I've been trying to find the words to express my concerns in a

Re: [PHP-DEV] PHP 8.3.6 Released

2024-04-11 Thread Jakub Zelenka
On Thu, Apr 11, 2024 at 5:10 PM wrote: > On 4/11/24 08:55, Athos Ribeiro wrote: > > On Thu, Apr 11, 2024 at 08:03:31AM -0700, ericm...@php.net wrote: > > The PHP development team announces the immediate availability of PHP > 8.3.6. This is a security release that addresses CVE-2024-1874, >

Re: [PHP-DEV] PHP 8.3.6 Released

2024-04-11 Thread ericmann
On 4/11/24 08:55, Athos Ribeiro wrote: On Thu, Apr 11, 2024 at 08:03:31AM -0700, ericm...@php.net wrote: The PHP development team announces the immediate availability of PHP 8.3.6. This is a security release that addresses CVE-2024-1874, CVE-2024-2756, CVE-2024-3096, and CVE-2024-2757. Thank

Re: [PHP-DEV] PHP 8.3.6 Released

2024-04-11 Thread Athos Ribeiro
On Thu, Apr 11, 2024 at 08:03:31AM -0700, ericm...@php.net wrote: The PHP development team announces the immediate availability of PHP 8.3.6. This is a security release that addresses CVE-2024-1874, CVE-2024-2756, CVE-2024-3096, and CVE-2024-2757. Thank you!!! May I ask what happened to

[PHP-DEV] PHP 8.3.6 Released

2024-04-11 Thread ericmann
The PHP development team announces the immediate availability of PHP 8.3.6. This is a security release that addresses CVE-2024-1874, CVE-2024-2756, CVE-2024-3096, and CVE-2024-2757. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.6 please visit our

[PHP-DEV] PHP 8.2.18 Released!

2024-04-11 Thread Pierrick Charron
The PHP development team announces the immediate availability of PHP 8.2.18. This is a security release that addresses CVE-2024-1874, CVE-2024-2756 and CVE-2024-3096. All PHP 8.2 users are advised to upgrade to this version. For source downloads of PHP 8.2.18 please visit our downloads page.

[PHP-DEV] Re: [proposal] max_execution_time to a negative number

2024-04-11 Thread Kévin Dunglas
According to "man 2 setitimer", the same error should happen on Linux even without zend_max_execution_timer: https://github.com/php/php-src/blob/2079da0158bc91fff4edd85ac66c89b40c4faf3a/Zend/zend_execute_API.c#L1566 A C error will also occur if the value is superior to 999,999,999. We should at

[PHP-DEV] Re: [PHP-CVS] [php-src] master: ext/mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT

2024-04-11 Thread Matteo Beccati
Hi, I've left a comment on github, but perhaps it is best I also post here: The commit is breaking several tests on doctrine/dbal. Spedifically 2 tests on the 3.8.x branch and 5 tests on the 4.0.x: https://github.com/mbeccati/php-latest-builds/runs/23707742797 This could mean it is not

Re: [PHP-DEV] [RFC] [Vote] Add dedicated StreamBucket object

2024-04-11 Thread Máté Kocsis
Hi Internals, The vote has been closed and unanimously accepted. Thanks to everyone who participated during the discussion and the vote! Regards, Máté

[PHP-DEV] [proposal] max_execution_time to a negative number

2024-04-11 Thread Robert Landers
Hello internals, It has come to our attention that max execution time can be set to a negative number, even set_time_limit will happily accept a negative number without error (except when using zend_max_execution_timers in zts mode). I couldn't find, in the docs, how to properly treat a negative