php-src/ext/curl
Jay Satiro 5025eb05bd curl_error: return an empty string if no error occurred
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
2019-03-01 14:54:37 +01:00
..
tests Sync test with changes in libcurl 7.64.0 2019-02-07 22:22:38 -08:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
CREDITS
curl_file.c year++ 2018-01-02 12:55:14 +08:00
interface.c curl_error: return an empty string if no error occurred 2019-03-01 14:54:37 +01:00
multi.c Fixed bug #76675 2019-01-18 12:04:25 +01:00
package.xml Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_curl.h year++ 2018-01-02 12:55:14 +08:00
share.c year++ 2018-01-02 12:55:14 +08:00