-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
One way it to handle all cURL requests inside third-party libraries is to proxy all of them through internal wrapper with global stream/curl context.
See:
| // TODO: add cURL support, maybe through proxy? |
It's impossible to do it now because PHP doesn't support it. php/php-src#10509