1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
archived-php-src/ext/curl/tests
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
..
2011-05-31 12:57:40 +00:00
2011-11-23 05:45:27 +00:00
2012-08-16 19:08:46 +02:00
2009-07-17 20:44:50 +00:00
2009-07-17 20:44:50 +00:00
2009-07-17 20:44:50 +00:00
2011-12-03 20:14:06 +00:00
2011-09-07 10:34:58 +00:00