mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-23 15:33:16 +00:00
f01d24f68a
* Use WeakMap for active handle tracking - Replaces array-based tracking with PHP 8.0 \WeakMap - Replaces an O(N) lookup with an O(1) lookup in the MultiCurl execution loop * Fix tests