php-src/ext/curl
Michael Sierks efacdc3511 FIX #71831: CURLOPT_NOPROXY applied as long instead of string
The CURLOPT_NOPROXY option value is converted to a long before
being applied as a curl option. This causes the option to have
no effect. This patch changes this conversion to a string.
2016-03-18 07:29:01 -05:00
..
tests Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec) 2016-02-05 19:49:26 +08:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 Fix curl build on windows 2013-04-25 08:04:30 +02:00
CREDITS
curl_file.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
curl.dsp Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
interface.c FIX #71831: CURLOPT_NOPROXY applied as long instead of string 2016-03-18 07:29:01 -05:00
multi.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
package.xml Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
php_curl.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
share.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00