Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 577) sorted by path

12345678910>>...24

/PHP-5.5/
H A D.travis.yml31 - PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
H A DINSTALL613 (( "host" => "10.0.0.2", "port" => 1030 ),
614 ( "host" => "10.0.0.3", "port" => 1030 ))
H A DNEWS4637 . Fixed bug #50953 (socket will not connect to IPv4 address when the host has
5213 - Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
5531 - Fixed bug #49144 (Import of schema from different host transmits original
6072 - Added gethostname() to return the current system host name. (Ilia)
6551 - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in
H A DREADME.STREAMS91 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
93 Open a connection to a host and return a stream.
H A Dacinclude.m4128 if test -z "$host_alias" && test -n "$host"; then
129 host_alias=$host
H A Dconfigure.in1282 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
1283 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
1641 | sqlnet.ora file on the PHP host, or set the environment variable |
/PHP-5.5/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
35 host_alias=$host
/PHP-5.5/build/
H A Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
338 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
569 case $host in
625 case $host in
647 case $host in
2258 case $host in
2573 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2621 case $host in
4164 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4184 # The host system.
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure21 host=NONE
138 Usage: configure [options] [host]
/PHP-5.5/ext/curl/
H A Dinterface.c583 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
1788 CAAS("host", d->host); in PHP_FUNCTION()
/PHP-5.5/ext/curl/tests/
H A Dbug27023.phpt13 $host = curl_cli_server_start();
16 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dbug27023_2.phpt11 $host = curl_cli_server_start();
14 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dbug48207.phpt18 $host = curl_cli_server_start();
19 if(!empty($host)) {
22 $url = "$host/get.php?test=1";
H A Dbug54798.phpt10 function checkForClosedFilePointer($host, $curl_option, $description) {
26 curl_setopt($ch, CURLOPT_URL, $host);
46 $host = curl_cli_server_start();
48 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54995.phpt14 $host = curl_cli_server_start();
16 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php");
H A Dbug55767.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
H A Dbug66109.phpt8 $host = curl_cli_server_start();
10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=method");
H A Dbug69316.phpt20 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=getpost";
H A Dcurl_CURLOPT_READDATA.phpt12 $host = curl_cli_server_start();
14 $url = $host . '/get.php?test=post';
H A Dcurl_basic_001.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.php?test=get";
H A Dcurl_basic_002.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=get";
H A Dcurl_basic_003.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
H A Dcurl_basic_004.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=referer";
H A Dcurl_basic_005.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=useragent";
H A Dcurl_basic_006.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=get";

Completed in 100 milliseconds

12345678910>>...24