Re: [PHP-DEV] Closure::getCurrent() for recursion

2025-04-14 Thread Krinkle
On Mon, 31 Mar 2025, Jorg Sowa wrote: > I thought about edge cases and what the desired output is with nested > closures? > > Example: > $a = function (int $numberA) { > $b = function (int $numberB) { > if($numberB < 10) { > return Closure::current(10); > } >

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-23 Thread Krinkle
On Thu, 24 Oct 2024, at 01:25, fennic log wrote: > It was recently brought to my attention that the USA has passed an Executive > Order which prohibits Russian citizens from contributing to software used in > the USA. […] > > From what I have been reading + excerpts from linux group, PHP has to

[PHP-DEV] Broken link at https://wiki.php.net/systems/vcs

2024-09-13 Thread Krinkle
Per [1], there is a typo in the link at https://wiki.php.net/systems/vcs It points at the unreachable https://www.githib.com/php instead of https://github.com/php -- Timo Tijhof https://timotijhof.net/ [1]: https://wiki.php.net/systems/vcs?do=register

Re: [PHP-DEV] [RFC] [Discussion] Add WHATWG compliant URL parsing API

2024-06-29 Thread Krinkle
On Fri, 28 Jun 2024, at 21:06, Máté Kocsis wrote: > […] add a WHATWG compliant URL parser functionality to the standard library. > The API itself is not final by any means, the RFC only represents how I > imagined it first. > > You can find the RFC at the following link: > https://wiki.php.net/