Home
last modified time | relevance | path

Searched refs:user_agent (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/reflection/tests/
H A D015.phpt6 user_agent=php
11 var_dump($inis["user_agent"]);
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
34 ["user_agent"]=>
/PHP-5.3/ext/standard/
H A Dfile.h121 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c571 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex()
572 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
H A Dfile.c173 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
/PHP-5.3/ext/curl/
H A Dstreams.c320 …curl_easy_setopt(curlstream->curl, CURLOPT_USERAGENT, FG(user_agent) ? FG(user_agent) : "PHP/" PHP… in php_curl_stream_opener()
/PHP-5.3/sapi/tux/
H A Dphp_tux.c235 CONDADD(HTTP_USER_AGENT, user_agent); in sapi_tux_register_variables()
/PHP-5.3/ext/soap/
H A Dphp_http.c532 } else if (FG(user_agent)) { in make_http_soap_request()
534 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
/PHP-5.3/
H A Dphp.ini-development915 ;user_agent="PHP"
H A Dphp.ini-production915 ;user_agent="PHP"
H A DNEWS671 . Fixed bug #60887 (SoapClient ignores user_agent option and sends no
3481 - Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). (Ilia)

Completed in 70 milliseconds