Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/tests/
H A D015.phpt6 user_agent=php
11 var_dump($inis["user_agent"]);
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
34 ["user_agent"]=>
/PHP-5.5/ext/standard/
H A Dfile.h122 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c570 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex()
571 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.5/sapi/tux/
H A Dphp_tux.c235 CONDADD(HTTP_USER_AGENT, user_agent); in sapi_tux_register_variables()
/PHP-5.5/ext/soap/
H A Dphp_http.c601 } else if (FG(user_agent)) { in make_http_soap_request()
603 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
/PHP-5.5/
H A Dphp.ini-development816 ;user_agent="PHP"
H A Dphp.ini-production816 ;user_agent="PHP"
H A DNEWS3087 . Fixed bug #60887 (SoapClient ignores user_agent option and sends no
3722 . Fixed bug #60887 (SoapClient ignores user_agent option and sends no
6531 - Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). (Ilia)

Completed in 56 milliseconds