Re: [PHP-DEV] RFC proposal: worker mode primitives for SAPIs

2023-12-26 Thread Tim Düsterhus
Hi On 12/25/23 19:56, Jordan LeDoux wrote: So you want to introduce a SAPI that doesn't work with any of the existing HTTP solutions people use that only supports HTTP requests? Or am I misunderstanding something? This sounds a bit like you want to merge in a tool that is designed for your pers

[PHP-DEV] Pre-RFC: Fixing spec bugs in the DOM extension

2023-12-26 Thread Niels Dossche
Hi internals The DOM extension in PHP is used to parse, query and manipulate XML/HTML documents. The DOM extension is based on the DOM specification. Originally this was the DOM Core Level 3 specification, but nowadays, that specification has evolved into the current "Living Specification" maint

Re: [PHP-DEV] Pre-RFC: Fixing spec bugs in the DOM extension

2023-12-26 Thread Tim Düsterhus
Hi On 12/26/23 22:45, Niels Dossche wrote: In my opinion, having them become proper classes instead of aliases has my preference: either we fix everything in one go now while we have the opportunity, or never. As I've already told you in private, I'm in favor of using this opportunity. Let

Re: [PHP-DEV] Pre-RFC: Fixing spec bugs in the DOM extension

2023-12-26 Thread Niels Dossche
Hi Tim On 26/12/2023 22:58, Tim Düsterhus wrote: > Hi > > On 12/26/23 22:45, Niels Dossche wrote: >> In my opinion, having them become proper classes instead of aliases has my >> preference: either we fix everything in one go now while we have the >> opportunity, or never. > > As I've already

Re: [PHP-DEV] Pre-RFC: Fixing spec bugs in the DOM extension

2023-12-26 Thread Robert Landers
On Tue, Dec 26, 2023 at 11:14 PM Niels Dossche wrote: > > Hi Tim > > On 26/12/2023 22:58, Tim Düsterhus wrote: > > Hi > > > > On 12/26/23 22:45, Niels Dossche wrote: > >> In my opinion, having them become proper classes instead of aliases has my > >> preference: either we fix everything in one go