[PHP-DEV] DokuWiki password reset failed?

2025-04-23 Thread Paul M. Jones
Hi all, I just reset my `pmjones` password on DokuWiki, but the password it sent is not letting me in. Is there something else I need to do? Sorry for the hassle, and thanks for your patience. -- pmj

Re: [PHP-DEV] [RFC] [Vote] array_first() and array_last()

2025-04-23 Thread Levi Morrison
On Tue, Apr 22, 2025 at 9:18 PM Niels Dossche wrote: > > Hi internals > > I'm opening the vote for https://wiki.php.net/rfc/array_first_last > Vote runs until 2025-05-06 23:59:59 CEST. > > Kind regards > Niels I've voted yes. I still don't like functions which conflate null as an error and null a

Re: [PHP-DEV][Pre-RFC] Associated Types

2025-04-23 Thread Rowan Tommins [IMSoP]
On 22 April 2025 14:37:48 BST, "Gina P. Banyard" wrote: >Having talked with Arnaud off-list, it seems that using the "usual" generic >syntax of (assuming our parser can cope with it): >``` >interface I { >public function foo(T $param): T; >} >class CS implements I { >public function fo

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

2025-04-23 Thread Tim Düsterhus
Hi Am 2025-04-17 13:18, schrieb Máté Kocsis: Sweet. I believe this was/is the last remaining blocker for the RFC or is there still anyone else from your side that needs to be discussed? I need to give the RFC another read once you made the adjustment to remove the WhatWg raw methods (and adju

Re: [PHP-DEV][Pre-RFC] Associated Types

2025-04-23 Thread Andreas Hennings
On Tue, 22 Apr 2025 at 19:39, Gina P. Banyard wrote: > > Hello internals, > > The discussion about allowing never types as parameter types made me think > about what problem it is truly trying to solve, > which is using the same type as parameters and return values between multiple > methods of