"#PHP RFC: Add persistent #curl share handles"
wiki.php.net/rfc/curl_share_pe…
The PR => github.com/php/php-src/pull/15…
feat: enable persistent `CurlShareHandle` objects by ericnorris · Pull Request #15603 · php/php-src
This PR introduces a new function, curl_share_init_persistent, that creates a php_curlsh struct that can live beyond a single PHP request. Persisting a curl share handle would allow PHP userspace t...GitHub