Re: [PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-09-04 Thread Christian Seiler
Hi, > For the record, I was very excited to see your proposal and the work you've > done. Thanks! :) > I'm not a PHP dev so I can't comment on the patch, maybe there might > be a performance concern? The new algorithm is slightly slower in most of the cases and quite a bit slower if strings h

RE: [PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-09-04 Thread Jonathan Bond-Caron
On Thu Aug 28 01:47 PM, Christian Seiler wrote: > Hi again, > >> A few weeks ago I wrote quite a long posting to internals@ that tried >> to clarify the situation on the round() function in PHP. I was asked >> to write it up as an RFC in the wiki, which I have done: >> >> http://wiki.php.net/rf

Re: [PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-08-28 Thread Christian Seiler
Hi again, > A few weeks ago I wrote quite a long posting to internals@ that tried to > clarify the situation on the round() function in PHP. I was asked to > write it up as an RFC in the wiki, which I have done: > > http://wiki.php.net/rfc/rounding Since there has been no reaction so far to my p

Re: [PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-08-23 Thread Pierre Joye
hi, On Sat, Aug 23, 2008 at 11:00 PM, Christian Seiler <[EMAIL PROTECTED]> wrote: > PS: While testing the Windows versions, I discovered, that someone > removed http://www.php.net/extras/win32build.zip - is that intentional? Yes, see for the current versions: http://wiki.php.net/internals/wind

Re: [PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-08-23 Thread Hannes Magnusson
On Sat, Aug 23, 2008 at 23:00, Christian Seiler <[EMAIL PROTECTED]> wrote: > PS: While testing the Windows versions, I discovered, that someone > removed http://www.php.net/extras/win32build.zip - is that intentional? That was intentional yes. I asked Pierre, and he said nothing from that folder w

[PHP-DEV] [RFC] [PATCH] Rounding in PHP

2008-08-23 Thread Christian Seiler
Hi, A few weeks ago I wrote quite a long posting to internals@ that tried to clarify the situation on the round() function in PHP. I was asked to write it up as an RFC in the wiki, which I have done: http://wiki.php.net/rfc/rounding In the mean time, I had some time to think about that problem a