You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
yii-debug/src/Collector/HttpStreamCollector.php
Line 26 in 71f6553
It's impossible to do it now because PHP doesn't support it. php/php-src#10509
The text was updated successfully, but these errors were encountered: