Re: [PHP-DEV] [RFC] [VOTE] Add http_(get|clear)_last_response_headers() function RFC

2024-02-14 Thread Gina P. Banyard
On Tuesday, 30 January 2024 at 20:52, Gina P. Banyard wrote: > On Monday, 29 January 2024 at 11:59, Gina P. Banyard g...@gpb.moe wrote: > > > Hello internals, > > > > I just opened the vote for the Add http_(get|clear)_last_response_headers() > > function RFC: > >

Test 3

2024-02-14 Thread Andreas Heigl
test 3 -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl | |

Testing new list server

2024-02-14 Thread Derick Rethans
Please don't be alarmed, we're moving the lists over to a new machine.

Testemail No 4

2024-02-14 Thread Andreas Heigl
Disregard this test email. -- ,,, (o o) +-ooO-(_)-Ooo-+ | Andreas Heigl

[RFC] OOP API for cURL extension

2024-02-14 Thread Sara Golemon
Good afternoon folks, I'd like to open discussion on adding OOP APIs to the cURL extension. https://wiki.php.net/rfc/curl-oop This has been a long standing bug-bear of mine, and I think its time has come. try { (new \CurlHandle)->setOpt(YOUR_VOTE, true)->exec(); } catch (\CurlHandleException

Test 7

2024-02-14 Thread derick
Hi 8!

Re: [PHP-DEV] [Discussion] Thoughts on casting to null

2024-02-14 Thread Ilija Tovilo
Hi Robert On Wed, Feb 14, 2024 at 1:29 AM Robert Landers wrote: > > I won't be the first to say this, at first glance, casting to null > sounds silly, but short arrow functions must always return something, > by design. That's when casting to null makes any sense at all (that I > can think of):