Searched refs:user_agent (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/reflection/tests/ |
H A D | 015.phpt | 6 user_agent=php 11 var_dump($inis["user_agent"]);
|
/PHP-5.3/ext/standard/tests/streams/ |
H A D | stream_context_set_option_basic.phpt | 17 'user_agent' => 'PHPT Agent', 34 ["user_agent"]=>
|
/PHP-5.3/ext/standard/ |
H A D | file.h | 121 char *user_agent; /* for the http wrapper */ member
|
H A D | http_fopen_wrapper.c | 571 } 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 D | file.c | 173 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
|
/PHP-5.3/ext/curl/ |
H A D | streams.c | 320 …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 D | php_tux.c | 235 CONDADD(HTTP_USER_AGENT, user_agent); in sapi_tux_register_variables()
|
/PHP-5.3/ext/soap/ |
H A D | php_http.c | 532 } 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 D | php.ini-development | 915 ;user_agent="PHP"
|
H A D | php.ini-production | 915 ;user_agent="PHP"
|
H A D | NEWS | 671 . 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