Hi Sara,
i like this proposal.

Silvio
________________________________
From: Sara Golemon <poll...@php.net>
Sent: Wednesday, February 14, 2024 7:47 PM
To: PHP internals <internals@lists.php.net>
Subject: [RFC] OOP API for cURL extension

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 $ex) {
  assert(false); // Why not?!
}

-Sara

Reply via email to