php-src/ext/curl
Adam Harvey fba290c061 Allow CURLOPT_FOLLOWLOCATION to be used with open_basedir.
Newer versions of libcurl prevent file:// location response headers by default,
which means that the open_basedir check is unnecessary — the fact
CURLOPT_REDIR_PROTOCOLS can't set CURLPROTO_FILE with open_basedir enabled
means that there's no possibility of breaching the open_basedir restriction,
and this allows HTTP redirects to be followed automatically.

Implements FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or
safe_mode).
2013-09-10 11:42:42 -07:00
..
tests Allow CURLOPT_FOLLOWLOCATION to be used with open_basedir. 2013-09-10 11:42:42 -07: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 add multi support and reorganize things a bit... 2002-11-13 22:25:33 +00:00
curl_file.c fix protos 2013-02-17 13:33:48 -08:00
curl.dsp Clean / Improve the curl extension 2011-12-01 21:48:07 +00:00
interface.c Allow CURLOPT_FOLLOWLOCATION to be used with open_basedir. 2013-09-10 11:42:42 -07: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 Merge branch 'PHP-5.4' into PHP-5.5 2013-08-19 12:16:36 -07:00
share.c Happy New Year 2013-01-01 16:37:09 +08:00