Re: [PHP-DEV] [RFC] PHP.net analytics

2024-11-01 Thread Jonathan Vollebregt
On 11/2/24 12:10 AM, Bob Weinand wrote:     What percentage of users get to the docs through direct links vs the home page That's something you can generally infer from server logs - was the home page accessed from that IP right before another page was opened? It's not as accurate, but for a

Re: [PHP-DEV] [RFC] PHP.net analytics

2024-11-01 Thread Bob Weinand
On 1.11.2024 22:41:29, Larry Garfield wrote: In a similar vein to approving the use of software, Roman Pronskiy asked for my help putting together an RFC on collecting analytics for PHP.net. https://wiki.php.net/rfc/phpnet-analytics Of particular note: * This is self-hosted, first-party only.

[PHP-DEV] [RFC] PHP.net analytics

2024-11-01 Thread Larry Garfield
In a similar vein to approving the use of software, Roman Pronskiy asked for my help putting together an RFC on collecting analytics for PHP.net. https://wiki.php.net/rfc/phpnet-analytics Of particular note: * This is self-hosted, first-party only. No third parties get data, so no third parti

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-01 Thread Eric Norris
On Fri, Nov 1, 2024 at 2:59 PM Gina P. Banyard wrote: > > On Wednesday, 9 October 2024 at 21:16, Eric Norris > wrote: > > > Hello all, > > > > After receiving some feedback about > > https://github.com/php/php-src/pull/15603, I'm formally proposing an > > RFC to add persistent curl share handles

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-01 Thread Gina P. Banyard
On Wednesday, 9 October 2024 at 21:16, Eric Norris wrote: > Hello all, > > After receiving some feedback about > https://github.com/php/php-src/pull/15603, I'm formally proposing an > RFC to add persistent curl share handles here: > https://wiki.php.net/rfc/curl_share_persistence > > Thanks to

Re: [PHP-DEV] RFC: Support Closures in constant expressions

2024-11-01 Thread Rob Landers
On Thu, Oct 31, 2024, at 15:12, Gina P. Banyard wrote: > On Thursday, 31 October 2024 at 07:22, Rob Landers wrote: > >> To be honest, I thought it was a rhetorical question since the example is a >> runtime error (passing string to a function that takes an array), but on >> this note, we alread