Am 14.03.2024 um 15:55 schrieb Matteo Beccati:
thanks, I had a quick look in the open issues and didn't find anything.
AFAICS, https://github.com/nikic/PHP-Parser/pull/984 has not made it into
a release yet. But apart from that there are no open issues on PHPUnit's side.
Hi internals,
BCMath currently only has procedural functions. This is a bit unwieldy for some
design patterns and I came up with the idea of supporting object types like
mysqli.
Yet another idea is to also support immutable objects, like DateTime.
e.g.
```
$num1 = new BcNum('1.235');
$num1im
On Fri, Mar 15, 2024, at 11:25 PM, Rowan Tommins [IMSoP] wrote:
> On 15 March 2024 17:11:29 GMT, Larry Garfield wrote:
>>On Wed, Mar 13, 2024, at 10:26 PM, Rowan Tommins [IMSoP] wrote:
>>> I think it would be more helpful to justify this design on its own
>>> merits, particularly because it's a s
On 15 March 2024 17:11:29 GMT, Larry Garfield wrote:
>On Wed, Mar 13, 2024, at 10:26 PM, Rowan Tommins [IMSoP] wrote:
>> I think it would be more helpful to justify this design on its own
>> merits, particularly because it's a significant difference from other
>> languages (which either don't
On Tue, 5 Mar 2024 at 01:27, wrote:
>
> > The VSC part from github (hosting our code), can very easily be ported.
> > Issues, discussions etc can not.
> >
> > With the ongoing enshittification of most of the Internet due to
> > advertising and tracking, we'd be negligent not hosting and owning o
On Wed, Mar 13, 2024, at 10:26 PM, Rowan Tommins [IMSoP] wrote:
> On 12/03/2024 22:43, Larry Garfield wrote:
>> It's slightly different, yes. The point is that the special behavior of a
>> hook is disabled if you are within the call stack of a hook, just like the
>> special behavior of __get/__s
On Fri, Mar 15, 2024 at 9:34 AM Remi Collet
wrote:
> Le 14/03/2024 à 21:31, Yasuo Ohgaki a écrit :
>
> > Please add PHP_BASE64_URL flag also.
>
> This is another feature, out of the scope of this PR
>
>
> Remi
>
Perhaps you should consider it? Base64 "just without" padding isn't really
a standar
Le 14/03/2024 à 21:31, Yasuo Ohgaki a écrit :
Please add PHP_BASE64_URL flag also.
This is another feature, out of the scope of this PR
Remi