Re: [PHP-DEV] [RFC] Drop support for 32bit builds

2025-06-19 Thread Hans Henrik Bergan
On Thu, Jun 19, 2025, 18:24 Ben Ramsey wrote: > > On Jun 19, 2025, at 11:08, Calvin Buckley wrote: > > > > On Jun 19, 2025, at 11:08 AM, Marc Bennewitz wrote: > >> > >> Hi, > >> > >> During the discussion about the year 2038 issue it turned out that > maybe it's time to drop support for 32-bit

Re: [PHP-DEV] [RFC] Drop support for 32bit builds

2025-06-19 Thread Ben Ramsey
> On Jun 19, 2025, at 11:08, Calvin Buckley wrote: > > On Jun 19, 2025, at 11:08 AM, Marc Bennewitz wrote: >> >> Hi, >> >> During the discussion about the year 2038 issue it turned out that maybe >> it's time to drop support for 32-bit of PHP completely. >> >> Based on that I have created an

Re: [PHP-DEV] [RFC] Drop support for 32bit builds

2025-06-19 Thread Calvin Buckley
On Jun 19, 2025, at 11:08 AM, Marc Bennewitz wrote: > > Hi, > > During the discussion about the year 2038 issue it turned out that maybe it's > time to drop support for 32-bit of PHP completely. > > Based on that I have created an RFC to deprecate 32-bit build in 8.next and > drop support for

[PHP-DEV] [RFC] Drop support for 32bit builds

2025-06-19 Thread Marc Bennewitz
Hi, During the discussion about the year 2038 issue it turned out that maybe it's time to drop support for 32-bit of PHP completely. Based on that I have created an RFC to deprecate 32-bit build in 8.next and drop support for it in 9. RFC: https://wiki.php.net/rfc/drop_32bit_support Ope

Re: [PHP-DEV] Year 2038 issue

2025-06-19 Thread Derick Rethans
Hi, On Mon, 16 Jun 2025, Marc Bennewitz wrote: > It's 12.5 years only until the timestamps in PHP on 32bit will not work as > expected anymore. > > The DateTime[Immutable] classes use 64bit integers internally already but > there are still a couple of places where this is an issue in the API due

Re: [PHP-DEV] [RFC] [Discussion] #[\DelayedTargetValidation] attribute

2025-06-19 Thread Nicolas Grekas
Le mer. 18 juin 2025 à 23:49, Ilija Tovilo a écrit : > Hi Volker > > On Wed, Jun 18, 2025 at 2:23 PM Volker Dusch > wrote: > > > > On Wed, Jun 18, 2025 at 1:28 AM Daniel Scherzer < > daniel.e.scher...@gmail.com> wrote: > >> > >> I'd like to start the discussion for a new RFC about adding a > `#[

Re: [PHP-DEV] [RFC][DISCUSSION] Add RFC 4648 compliant data encoding API

2025-06-19 Thread Nicolas Grekas
Hi Ignace I'd like to start the discussion for a new RFC about adding RFC 4648 > compliant data encoding API > > RFC proposal link: https://wiki.php.net/rfc/data_encoding_api > If passed, Tim Düsterhus has volunteered to do the implementation. > > Thanks in advance for your remarks and comments. >

[PHP-DEV] PHP 8.3.23RC1 available for testing

2025-06-19 Thread Eric Mann
PHP 8.3.23RC1 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.23RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.3 Please test it carefully, and report any bugs to https://github.c

Re: [PHP-DEV] Year 2038 issue

2025-06-19 Thread Derick Rethans
On Mon, 16 Jun 2025, Alexandru Pătrănescu wrote: > On Mon, Jun 16, 2025 at 4:03 PM Marc Bennewitz wrote: > > > It's 12.5 years only until the timestamps in PHP on 32bit will not > > work as expected anymore. > > I think that maybe we can already deprecate supporting 32 bit builds. > And, mayb

Re: [PHP-DEV] Pre-RFC: dd() and dump() functions for PHP core

2025-06-19 Thread Nicolas Grekas
Le mar. 17 juin 2025 à 23:22, Larry Garfield a écrit : > On Tue, Jun 17, 2025, at 2:54 PM, Braunson Yager wrote: > > Hi internals, > > > > I'd like to gauge interest in adding two debugging functions to PHP > > core: dd() and dump(). > > > > *Background* > > Currently, developers rely on userland

[PHP-DEV] PHP 8.4.9RC1 available for testing

2025-06-19 Thread Saki Takamachi
Hi all! PHP 8.4.9RC1 has just been released and may be downloaded from https://downloads.php.net/~saki/ Or use the git tag: php-8.4.9RC1 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https://github.com/php/php-src/issues 8.4.9

[PHP-DEV] [RFC][DISCUSSION] Add RFC 4648 compliant data encoding API

2025-06-19 Thread ignace nyamagana butera
Hi internals, I'd like to start the discussion for a new RFC about adding RFC 4648 compliant data encoding API RFC proposal link: https://wiki.php.net/rfc/data_encoding_api If passed, Tim Düsterhus has volunteered to do the implementation. Thanks in advance for your remarks and comments. Best r