mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
Previous implementation was using its own refcounting (uses field of the php_curl struct). zend_list_add/remove already implements its own refcount, so we don't need to use an other one.