php-src/ext/curl
Pierrick Charron f85e5950ab Improve resource management for curl handle
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.
2013-01-05 11:07:59 -05:00
..
tests Fix ext/curl tests to work on every libcurl versions 2012-12-26 00:43:37 -05:00
config.m4 Remove dead code 2011-12-14 03:45:44 +00:00
config.w32 Remove dead code 2011-12-14 03:45:44 +00:00
CREDITS add multi support and reorganize things a bit... 2002-11-13 22:25:33 +00:00
curl.dsp Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
interface.c Improve resource management for curl handle 2013-01-05 11:07:59 -05:00
multi.c Improve resource management for curl handle 2013-01-05 11:07:59 -05:00
package.xml Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
php_curl.h Improve resource management for curl handle 2013-01-05 11:07:59 -05:00
share.c Happy New Year 2013-01-01 16:37:09 +08:00
streams.c Happy New Year 2013-01-01 16:37:09 +08:00