Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.2/
H A D.appveyor.yml24 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
27 … #PGSQL_TEST_CONNSTR: "host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!"
28 …#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12…
H A D.travis.yml43 - PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
H A DINSTALL409 (( "host" => "10.0.0.2", "port" => 1030 ),
410 ( "host" => "10.0.0.3", "port" => 1030 ))
H A DNEWS1806 . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)
2077 . Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter
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.ac1650 | sqlnet.ora file on the PHP host, or set the environment variable |
/PHP-7.2/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
35 host_alias=$host
/PHP-7.2/appveyor/
H A Dtest_task.bat30 set PDO_MYSQL_TEST_DSN=mysql:host=%PDO_MYSQL_TEST_HOST%;port=%PDO_MYSQL_TEST_PORT%;dbname=test;user…
37 rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
38 echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%";…
39 set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWOR…
/PHP-7.2/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-7.2/ext/bcmath/libbcmath/
H A Dconfigure21 host=NONE
138 Usage: configure [options] [host]
/PHP-7.2/ext/curl/
H A Dinterface.c621 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
1851 CAAS("host", d->host); in PHP_FUNCTION()
/PHP-7.2/ext/curl/tests/
H A Dbug27023.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-win32.phpt13 function checkForClosedFilePointer($host, $curl_option, $description) {
29 curl_setopt($ch, CURLOPT_URL, $host);
49 $host = curl_cli_server_start();
51 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54798.phpt13 function checkForClosedFilePointer($host, $curl_option, $description) {
29 curl_setopt($ch, CURLOPT_URL, $host);
49 $host = curl_cli_server_start();
51 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 Dbug68937.phpt12 $host = curl_cli_server_start();
14 $url = "{$host}/get.php";
H A Dbug68937_2.phpt11 $host = curl_cli_server_start();
13 $url = "{$host}/get.php";
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";

Completed in 200 milliseconds

12345678910>>...25