Files
php-curl-class/tests
Zach Borboa f01d24f68a Use WeakMap for active handle tracking (#1020)
* 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
2025-11-21 21:36:54 -05:00
..
2025-11-21 09:13:38 -05:00
2023-10-21 19:19:57 -07:00
2023-10-21 19:19:57 -07:00
2023-02-17 19:31:41 -08:00
2025-03-08 10:45:51 -05:00
2025-11-21 09:13:38 -05:00