Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_http.c353 char *content_type, *http_version, *cookie_itt; in make_http_soap_request() local
929 http_version = get_http_header_value(ZSTR_VAL(http_headers), "HTTP/"); in make_http_soap_request()
930 if (http_version) { in make_http_soap_request()
933 if (!strncmp(http_version,"1.1", 3)) { in make_http_soap_request()
937 tmp = strstr(http_version," "); in make_http_soap_request()
950 efree(http_version); in make_http_soap_request()
H A Dphp_sdl.c3291 zval http_version; in get_sdl() local
3293 ZVAL_DOUBLE(&http_version, 1.1); in get_sdl()
3294 php_stream_context_set_option(context, "http", "protocol_version", &http_version); in get_sdl()

Completed in 17 milliseconds