Home
last modified time | relevance | path

Searched refs:follow_location (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/standard/tests/streams/
H A Dbug64433.phpt30 'follow_location'=>0,
40 'follow_location'=>1,
/PHP-5.6/ext/standard/tests/http/
H A Dbug67430.phpt15 'follow_location' => $follow,
H A Dbug61548.phpt16 'follow_location' => true,
/PHP-5.6/ext/standard/
H A Dhttp_fopen_wrapper.c141 int follow_location = 1; in php_stream_url_wrap_http_ex() local
783 follow_location = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
789 follow_location = 0; in php_stream_url_wrap_http_ex()
834 if (!reqok || (location[0] != '\0' && follow_location)) { in php_stream_url_wrap_http_ex()
835 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
/PHP-5.6/
H A DNEWS3853 . Fixed bug #64433 (follow_location parameter of context is ignored for most
6150 . Added follow_location (enabled by default) option for the http stream

Completed in 29 milliseconds