mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
5276ca6179
This is simpler than going through curl, because we can manage the memory more easily (in particular, this removes the need for to_free->str). Additionally this allows the CURLOPT_PRIVATE data to have any type, instead of being implicitly cast to string.