Hi,
On 03.10.23 14:41, Tim Düsterhus wrote:
Hi
On 9/30/23 08:26, Marc Bennewitz wrote:
The deprecation would act as an information for upcoming behavior
change, not classical deprecation of future removal. If the new behavior
is what you want, than you don't need to change anything as a
deprec
Hi
On 9/30/23 08:26, Marc Bennewitz wrote:
The deprecation would act as an information for upcoming behavior
change, not classical deprecation of future removal. If the new behavior
is what you want, than you don't need to change anything as a
deprecation message should not break anything. At th
On Thu, 28 Sep 2023, Jakub Zelenka wrote:
> On Wed, Sep 27, 2023, 14:14 Derick Rethans wrote:
>
> > The ext/imap extension isn't going to disappear, it is going be
> > unbundled as we can not guarantee the underlaying library is
> > maintained. Not only is it no longer maintained, the original
On Thu, 28 Sep 2023, Christopher Jones wrote:
>
> On 27/9/2023 11:27 pm, Derick Rethans wrote:
> > Hi,
> >
> > after the initial introduction, here is the formal RFC to unbundle the
> > imap, pspell, and oci8 extensions and move them to PECL, for PHP 8.4.
> >
> > https://wiki.php.net/rfc/unbund
On Tue, Oct 3, 2023, 4:13 PM Saki Takamachi wrote:
> yes, they do, as do almost all floating points implementation.
>
> Memory limited float values and their respective operations are still
> useful in many areas, but financial values and the likes. Scaled integers
> are the way for accuracy.
>
>
Hi,
On 03.10.23 00:48, Jorg Sowa wrote:
Hello,
Recently I was trying to fix and clean some of the stuff within the BCmath
extension along with Girgias who helped me. I wanted to enrich this
extension with similar functions that GMP contains and improve the
performance, however, I went to some c
Hi,
On 26.09.23 12:39, Marc Bennewitz wrote:
I'd like to put a new RFC under discussion:
https://wiki.php.net/rfc/integer-rounding
I tried to make the RFC text a bit more clear.
As I'm not a native English speaker I would be very welcome for wording
suggestions and/or grammar fixes especiall
> yes, they do, as do almost all floating points implementation.
>
> Memory limited float values and their respective operations are still useful
> in many areas, but financial values and the likes. Scaled integers are the
> way for accuracy.
>
>
> Also, side note, gmp recommends to rely on
On Tue, Oct 3, 2023, 12:25 PM Saki Takamachi wrote:
>
> I thought GMP was a function for integers, so I wasn't expecting that tbh.
>
> However, even if GMP supported floating point numbers, wouldn't it end up
> having the inherent error problem of floating point numbers?
>
yes, they do, as do al