<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/curl, branch php-7.2.20</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>Fix test regarding Unix Domain Sockets on Windows</title>
<updated>2019-06-06T12:59:58+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-06-06T12:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2df32942d3ec9b70e791225aeee70a857b9b292e'/>
<id>2df32942d3ec9b70e791225aeee70a857b9b292e</id>
<content type='text'>
Recent Windows versions actually support Unix Domain Sockets.  Cf.
&lt;https://github.com/curl/curl/pull/3939&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent Windows versions actually support Unix Domain Sockets.  Cf.
&lt;https://github.com/curl/curl/pull/3939&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test case for cURL 7.65.0</title>
<updated>2019-05-22T10:01:23+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-05-22T10:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=62fe6ba20c229bb6ffd910f1b494a310c950cef6'/>
<id>62fe6ba20c229bb6ffd910f1b494a310c950cef6</id>
<content type='text'>
Reported and patch provided by @Jan-E.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported and patch provided by @Jan-E.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix precedence issue causing sub-second timeouts to be 0 in</title>
<updated>2019-05-21T21:44:11+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@lerdorf.com</email>
</author>
<published>2019-05-21T21:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7b42cdf95ee91b723e7df51ac96f880de51f4591'/>
<id>7b42cdf95ee91b723e7df51ac96f880de51f4591</id>
<content type='text'>
curl_multi_select
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
curl_multi_select
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for #77535 fix</title>
<updated>2019-03-15T18:11:51+00:00</updated>
<author>
<name>Pedro Magalhães</name>
<email>pmmaga@php.net</email>
</author>
<published>2019-03-15T18:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f167b06d4c86c96291c21c027ba3cae22f5b5be8'/>
<id>f167b06d4c86c96291c21c027ba3cae22f5b5be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't immediately destroy curl pushfunction</title>
<updated>2019-03-15T16:07:19+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-03-15T16:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97f9fd6949a52d1eb30c3e1c90f0789b57c29468'/>
<id>97f9fd6949a52d1eb30c3e1c90f0789b57c29468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_error: return an empty string if no error occurred</title>
<updated>2019-03-01T13:54:37+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2019-03-01T06:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5025eb05bde83a0a51eb0668c45c240b366545bf'/>
<id>5025eb05bde83a0a51eb0668c45c240b366545bf</id>
<content type='text'>
CURLOPT_ERRORBUFFER doc says "Do not rely on the contents of the
buffer unless an error code was returned." [1]

Prior to this change the error buffer was returned even if no error had
occurred, and that buffer may contain incorrect information in such a
case. [2]

[1]: https://curl.haxx.se/libcurl/c/CURLOPT_ERRORBUFFER.html
[2]: https://github.com/curl/curl/issues/3629
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CURLOPT_ERRORBUFFER doc says "Do not rely on the contents of the
buffer unless an error code was returned." [1]

Prior to this change the error buffer was returned even if no error had
occurred, and that buffer may contain incorrect information in such a
case. [2]

[1]: https://curl.haxx.se/libcurl/c/CURLOPT_ERRORBUFFER.html
[2]: https://github.com/curl/curl/issues/3629
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync test with changes in libcurl 7.64.0</title>
<updated>2019-02-08T06:22:38+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2019-02-08T06:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e27301c7b37f6a1643a0dc1966919bd62a32bc74'/>
<id>e27301c7b37f6a1643a0dc1966919bd62a32bc74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync test for libcurl 7.64.0</title>
<updated>2019-02-08T06:21:59+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2019-02-08T06:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c9f0e12353462585f7ebdc193a85dca96a055697'/>
<id>c9f0e12353462585f7ebdc193a85dca96a055697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #76675</title>
<updated>2019-01-18T11:04:25+00:00</updated>
<author>
<name>Pedro Magalhães</name>
<email>pmmaga@php.net</email>
</author>
<published>2019-01-16T00:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32ae7160377e9548dcf27ff3e0e75c3c9cd3c36c'/>
<id>32ae7160377e9548dcf27ff3e0e75c3c9cd3c36c</id>
<content type='text'>
Leave a reference to the resource in the php_curl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leave a reference to the resource in the php_curl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync leading and final newlines in *.phpt sections</title>
<updated>2018-10-15T02:31:31+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-15T02:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1d7e3ca0b70f910fcecef0278de9c15440ca3c0'/>
<id>f1d7e3ca0b70f910fcecef0278de9c15440ca3c0</id>
<content type='text'>
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.

According to POSIX, a line is a sequence of zero or more non-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.

According to POSIX, a line is a sequence of zero or more non-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
</pre>
</div>
</content>
</entry>
</feed>
