Home
last modified time | relevance | path

Searched refs:http_version (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/sapi/tux/
H A Dphp_tux.c126 if (TG(tux_action) == TUX_ACTION_FINISH_CLOSE_REQ && TG(req)->http_version == HTTP_1_1) in sapi_tux_send_headers()
340 if(TG(req)->http_version == HTTP_1_1) SG(request_info).proto_num = 1001; in tux_request_ctor()
/PHP-5.5/ext/soap/
H A Dphp_http.c351 char *http_headers, *http_body, *content_type, *http_version, *cookie_itt; in make_http_soap_request() local
911 http_version = get_http_header_value(http_headers,"HTTP/"); in make_http_soap_request()
912 if (http_version) { in make_http_soap_request()
915 if (!strncmp(http_version,"1.1", 3)) { in make_http_soap_request()
919 tmp = strstr(http_version," "); in make_http_soap_request()
932 efree(http_version); in make_http_soap_request()
H A Dphp_sdl.c3312 zval *http_version; in get_sdl() local
3313 MAKE_STD_ZVAL(http_version); in get_sdl()
3314 ZVAL_DOUBLE(http_version, 1.1); in get_sdl()
3315 php_stream_context_set_option(context, "http", "protocol_version", http_version); in get_sdl()
3316 zval_ptr_dtor(&http_version); in get_sdl()

Completed in 28 milliseconds