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

2025-07-31 Thread Hans Henrik Bergan
On Mon, 23 Jun 2025 at 13:30, Marc Bennewitz wrote: > > As you can see, the memory usage differences aren't that big but it's > running much slower probably because of unavailable instruction sets on x32. > fwiw it's not the instruction set, it's mostly the registers, x86-64 have double the amoun

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

2025-07-21 Thread Marc Bennewitz
On 21.07.25 00:05, Hanz wrote: Hello, my two cents, On Thu, Jun 19, 2025 at 9:09 PM 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-07-20 Thread Hanz
Hello, my two cents, On Thu, Jun 19, 2025 at 9:09 PM 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 > an

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

2025-06-23 Thread Marc Bennewitz
On 20.06.25 14:21, Hans Henrik Bergan wrote: On Fri, 20 Jun 2025 at 13:20, Marc Bennewitz wrote: On 19.06.25 18:55, Hans Henrik Bergan wrote: 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

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

2025-06-20 Thread Hans Henrik Bergan
On Fri, 20 Jun 2025 at 13:20, Marc Bennewitz wrote: > > > On 19.06.25 18:55, Hans Henrik Bergan wrote: > > 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, >> >> >

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

2025-06-20 Thread Marc Bennewitz
On 19.06.25 18:55, Hans Henrik Bergan wrote: 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 iss

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

2025-06-20 Thread Marc Bennewitz
On 20.06.25 10:15, Hans Henrik Bergan wrote: On Fri, 20 Jun 2025 at 09:15, Marc Bennewitz wrote: On 19.06.25 18:08, Calvin Buckley wrote: I think the biggest arguments against this would be: - embedded systems; think of PHP in use for i.e. router web UIs. While I suspect a lot of these are g

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

2025-06-20 Thread Hans Henrik Bergan
On Fri, 20 Jun 2025 at 09:15, Marc Bennewitz wrote: > > > On 19.06.25 18:08, Calvin Buckley wrote: > > I think the biggest arguments against this would be: > > - embedded systems; think of PHP in use for i.e. router web UIs. While I > suspect a lot of these are going to be i.e. AArch64/RV64 in the

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

2025-06-20 Thread Marc Bennewitz
On 19.06.25 18:08, Calvin Buckley wrote: I think the biggest arguments against this would be: - embedded systems; think of PHP in use for i.e. router web UIs. While I suspect a lot of these are going to be i.e. AArch64/RV64 in the future, there might be a long tail of existing systems. Of cours

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