Re: [PHP-DEV] [RFC] [Discussion] Add bcdivmod to BCMath

2024-07-12 Thread Saki Takamachi
Hi all, > Hi internals, > > I created an RFC and put it in discussion status. > https://wiki.php.net/rfc/add_bcdivmod_to_bcmath > > I expect return values ​​will probably be the main topic of discussion. > > Regards, > > Saki The disscussion appears to have calmed down. I'm going to open up

Re: [PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Saki Takamachi
Hi Gina, > I agree, this situation is extremely suboptimal. > > My understanding as to why people declined the "Change the edge case of > round()" RFC [1] was because they were worried about the silent change in > behaviour. > However, most people seem to have missed the fact, myself included,

Re: [PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Claude Pache
> Le 12 juil. 2024 à 13:24, Christoph M. Becker a écrit : > > Hi all, > > there has been a "small" change in the rounding logic of > _php_math_round()[1] a couple of months ago. A respective ticket, > claiming the new behavior would be a bug[2] had been filed a while ago > without proper tria

Re: [PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Gina P. Banyard
On Friday, 12 July 2024 at 12:24, Christoph M. Becker wrote: > Hi all, > > there has been a "small" change in the rounding logic of > _php_math_round()[1] a couple of months ago. A respective ticket, > claiming the new behavior would be a bug[2] had been filed a while ago > without proper triage

Re: [PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Rob Landers
On Fri, Jul 12, 2024, at 13:24, Christoph M. Becker wrote: > Hi all, > > there has been a "small" change in the rounding logic of > _php_math_round()[1] a couple of months ago. A respective ticket, > claiming the new behavior would be a bug[2] had been filed a while ago > without proper triage so

Re: [PHP-DEV] [RFC] Lazy Objects

2024-07-12 Thread Rob Landers
On Fri, Jul 12, 2024, at 09:52, Benjamin Außenhofer wrote: > > > Am 12.07.2024, 08:00:18 schrieb Rob Landers : >> >> >> >> On Fri, Jul 12, 2024, at 01:40, Benjamin Außenhofer wrote: >>> >>> >>> Am 11.07.2024, 20:31:44 schrieb Tim Düsterhus : Hi On 7/11/24 10:32, Nicolas Greka

Re: [PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Saki Takamachi
Hi Christoph, > Hi all, > > there has been a "small" change in the rounding logic of > _php_math_round()[1] a couple of months ago. A respective ticket, > claiming the new behavior would be a bug[2] had been filed a while ago > without proper triage so far. I'm bringing this to your attention,

[PHP-DEV] Breaking change of rounding behavior in PHP 8.4

2024-07-12 Thread Christoph M. Becker
Hi all, there has been a "small" change in the rounding logic of _php_math_round()[1] a couple of months ago. A respective ticket, claiming the new behavior would be a bug[2] had been filed a while ago without proper triage so far. I'm bringing this to your attention, because I'm afraid that the

Re: [PHP-DEV] [RFC] Lazy Objects

2024-07-12 Thread Benjamin Außenhofer
Am 21.06.2024, 12:24:20 schrieb Nicolas Grekas : > Hi Ben, > > On Tue, Jun 18, 2024, at 5:45 PM, Arnaud Le Blanc wrote: > Hi Larry, > > Following your feedback we propose to amend the API as follows: > > ``` > class ReflectionClass > { > public function

Re: [PHP-DEV] [RFC] Lazy Objects

2024-07-12 Thread Benjamin Außenhofer
Am 12.07.2024, 08:00:18 schrieb Rob Landers : > > > On Fri, Jul 12, 2024, at 01:40, Benjamin Außenhofer wrote: > > > > Am 11.07.2024, 20:31:44 schrieb Tim Düsterhus : > > Hi > > On 7/11/24 10:32, Nicolas Grekas wrote: > > > Many things are already possible in userland. That does not always mean >

Re: [PHP-DEV] [RFC] Static class

2024-07-12 Thread Mike Schinkel
> On Jul 11, 2024, at 8:14 PM, Bilge wrote: > > On 25/06/2024 16:17, Derick Rethans wrote: >> we shouldn't be encouraging static classes as >> a bag of static functions, that ought to be just namespaced functions. >> >> cheers, >> Derick >> > Can someone clue me in as to why grouping related f