[PHP-DEV] Proposal: Binary type for PDO

2023-07-07 Thread Calvin Buckley
Hi internals@, I’m linking to a GH issue I filed a file back about extending PDO. It's intending to address common issues with dealing with bindary data that I've seen users deal with. In particular, I’d appreciate feedback from people with PDO internals, and any other DBMS' features/limitations

Re: [PHP-DEV] session_regenerate_id concurrency problems

2023-07-07 Thread Rowan Tommins
On 7 July 2023 01:32:39 BST, Vinicius Dias wrote: >The documentation page for the `session_regenerate_id`[1] function has >the following warning: > >> **Warning** >Currently, session_regenerate_id does not handle an unstable network >well, e.g. Mobile and WiFi network. > ... > >Since the documenta

Re: [PHP-DEV] New gc_status() fields, and WeakMap cycle collection

2023-07-07 Thread Arnaud Le Blanc
I agree that we may not consider this a BC break, but I'm asking in case people rely on the current behavior or if the change is more controversial than I thought. To be fair they work as specified in the RFC, and are actually weak as they do not explicitly retain their keys, but they need explici

[PHP-DEV] session_regenerate_id concurrency problems

2023-07-07 Thread Vinicius Dias
Hello, internals. I hope you all are well. The documentation page for the `session_regenerate_id`[1] function has the following warning: > **Warning** Currently, session_regenerate_id does not handle an unstable network well, e.g. Mobile and WiFi network. Therefore, you may experience a lost sess

Re: [PHP-DEV] New gc_status() fields, and WeakMap cycle collection

2023-07-07 Thread Larry Garfield
On Fri, Jul 7, 2023, at 1:09 PM, Arnaud Le Blanc wrote: > Hi everyone, > > I'm considering merging the following two PRs: > > https://github.com/php/php-src/pull/11523: Exposes the time spent in > the cycle collector via new gc_status() fields. > https://github.com/php/php-src/pull/10932: Allows th

[PHP-DEV] New gc_status() fields, and WeakMap cycle collection

2023-07-07 Thread Arnaud Le Blanc
Hi everyone, I'm considering merging the following two PRs: https://github.com/php/php-src/pull/11523: Exposes the time spent in the cycle collector via new gc_status() fields. https://github.com/php/php-src/pull/10932: Allows the GC to collect certain types of cycles involving WeakMaps. The sec

Re: [PHP-DEV] [VOTE] PDO subclasses

2023-07-07 Thread BohwaZ
I don't have voting rights, but just wanted to thank you again for your work :) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php