Re: [PHP-DEV] [RFC][Discussion] Raising zero to the power of negative number

2024-02-25 Thread Marc Bennewitz
Hi Jorg, On 13.01.24 00:25, Jorg Sowa wrote: Thank you for the suggestions. I agree that error message should be more meaningful. I changed it. The main driver of this change is to match the division by zero behavior for both operators which can operate on both integers and floats. Would it mak

Re: [PHP-DEV] [RFC] [Discussion] Rounding Integers as int

2024-02-25 Thread Marc Bennewitz
Hi all, I now have updated the RFC to allow to opt-in to new behavior on PHP 8.4 and be able to opt-out to previous behavior in PHP 9.0 via new parameter "force_float". Also the deprecation has been removed as nobody liked it. Best regards, Marc On 26.09.23 12:39, Marc Bennewitz wrote: Hi

[PHP-DEV] is this thing on?

2024-02-25 Thread Rob Landers
Hello internals, from an alternate email address that hopefully works... Before I get to the meat of this email, first of all, IMHO, anyone should be able to email the list, even if they are not a member of the list. I've had to email ubuntu lists about bugs before and I really have no desire to

Re: [PHP-DEV] [RFC[ Property accessor hooks, take 2

2024-02-25 Thread Rowan Tommins [IMSoP]
[Including my full previous reply, since the list and gmail currently aren't being friends. Apologies that this leads to rather a lot of reading in one go...] On 21/02/2024 18:55, Larry Garfield wrote: Hello again, fine Internalians. After much on-again/off-again work, Ilija and I are back w