Searched refs:follow_location (Results 1 – 5 of 5) sorted by relevance
30 'follow_location'=>0, 40 'follow_location'=>1,
15 'follow_location' => $follow,
16 'follow_location' => true,
141 int follow_location = 1; in php_stream_url_wrap_http_ex() local783 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()
3853 . Fixed bug #64433 (follow_location parameter of context is ignored for most6150 . Added follow_location (enabled by default) option for the http stream
Completed in 31 milliseconds