Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds