mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
f85e5950ab
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.