<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/curl, branch immutable-date</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Improve resource management for curl handle</title>
<updated>2013-01-05T16:07:59+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2013-01-05T16:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f85e5950ab4552799c119cd1d23617535ed19e61'/>
<id>f85e5950ab4552799c119cd1d23617535ed19e61</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove passwd handler from struct when not needed</title>
<updated>2013-01-02T02:12:02+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2013-01-02T02:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=343a9199bbbf4f63b02099ceef27ef9881d8aa9f'/>
<id>343a9199bbbf4f63b02099ceef27ef9881d8aa9f</id>
<content type='text'>
CURLOPT_PASSWDFUNCTION was removed in cURL 7.15.5, the passwd field
will not be used for version greater than this one
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CURLOPT_PASSWDFUNCTION was removed in cURL 7.15.5, the passwd field
will not be used for version greater than this one
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy New Year</title>
<updated>2013-01-01T08:37:09+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a666285bc2488b7f7362368c388e41428610ad1d'/>
<id>a666285bc2488b7f7362368c388e41428610ad1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new curl options</title>
<updated>2012-12-28T05:51:04+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-28T05:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=722b8fb80eb3a4a5f8fa5e8dd91456148e1f755a'/>
<id>722b8fb80eb3a4a5f8fa5e8dd91456148e1f755a</id>
<content type='text'>
Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2012-12-27T18:37:11+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-27T18:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8b67981b678b41627141e65b04c24337814b2874'/>
<id>8b67981b678b41627141e65b04c24337814b2874</id>
<content type='text'>
* PHP-5.4:
  Fixed #63859 Memory leak when reusing curl-handle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fixed #63859 Memory leak when reusing curl-handle
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #63859 Memory leak when reusing curl-handle</title>
<updated>2012-12-27T18:31:55+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-27T18:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ac3d227e28056bf5294a8a64e2f41ce2beebaa05'/>
<id>ac3d227e28056bf5294a8a64e2f41ce2beebaa05</id>
<content type='text'>
When CURLOPT_POSTFIELDS is called more than once on the same
curl handle, php/curl did not free the memory of the previous
post data. This commit will fix the problem unless the curl
handle was previously duplicated using the curl_copy_handle()
function in which case we can not know if the post data is
still in use or not by any curl handle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When CURLOPT_POSTFIELDS is called more than once on the same
curl handle, php/curl did not free the memory of the previous
post data. This commit will fix the problem unless the curl
handle was previously duplicated using the curl_copy_handle()
function in which case we can not know if the post data is
still in use or not by any curl handle
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ext/curl tests to work on every libcurl versions</title>
<updated>2012-12-26T05:43:37+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-26T05:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8456cef1dbcb6c5a5690ce4553063ad18874f0b1'/>
<id>8456cef1dbcb6c5a5690ce4553063ad18874f0b1</id>
<content type='text'>
Thanks Laruence :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Laruence :)
</pre>
</div>
</content>
</entry>
<entry>
<title>New curl_pause() function</title>
<updated>2012-12-23T22:13:49+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-23T22:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33f44af1a773d271ec96bbec445d625313195176'/>
<id>33f44af1a773d271ec96bbec445d625313195176</id>
<content type='text'>
Add the curl_pause function (binding of curl_easy_pause).
Using this function, you can explicitly mark a running connection
to get paused, and you can unpause a connection that was
previously paused.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the curl_pause function (binding of curl_easy_pause).
Using this function, you can explicitly mark a running connection
to get paused, and you can unpause a connection that was
previously paused.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for curl_strerror and curl_multi_strerror</title>
<updated>2012-12-23T20:45:39+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-23T20:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b4f3db73142799da71be14d73938456e918b3ac'/>
<id>4b4f3db73142799da71be14d73938456e918b3ac</id>
<content type='text'>
Add the support for both curl_strerror and curl_multi_strerror.
Those function will return a string describing the error code
passed in the argument errornum
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the support for both curl_strerror and curl_multi_strerror.
Those function will return a string describing the error code
passed in the argument errornum
</pre>
</div>
</content>
</entry>
<entry>
<title>Add curl_multi_setopt and clean curl_share_setopt</title>
<updated>2012-12-23T19:59:41+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-23T19:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=64595a5d1a51417ae518e124c61e1a9840d221a8'/>
<id>64595a5d1a51417ae518e124c61e1a9840d221a8</id>
<content type='text'>
curl_multi_setopt is now available and supports CURLMOPT_PIPELINING
and CURLMOPT_MAXCONNECTS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
curl_multi_setopt is now available and supports CURLMOPT_PIPELINING
and CURLMOPT_MAXCONNECTS
</pre>
</div>
</content>
</entry>
</feed>
