Home
last modified time | relevance | path

Searched refs:connection (Results 151 – 175 of 183) sorted by relevance

12345678

/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch49 +** on a keep-alive connection. Should be simiar to LINGER_TIME
521 /* Accept the new connection. */
994 /* A connection. */
1462 /* The connection states. */
1712 /* Is there room in the connection table? */
1716 /* Out of connection slots. Run the timers, then the
1721 /* Find a free connection entry. */
1962 /* Start the connection going. */
1965 /* Something went wrong. Close down the connection. */
2252 - "%.80s connection timed out reading",
[all …]
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt2 Forking a child and using the same connection.
53 printf("[003] Expecting error and closed connection, child exit should have closed connection\n");
H A Dmysqli_pconn_disabled.phpt26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
H A Dmysqli_debug_append.phpt28 // table.inc will create a database connection and run some SQL queries, therefore
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
H A Dmysqli_change_user_set_names.phpt152 printf("[014] Expecting connection charset to be %s got %s\n",
/PHP-5.4/ext/oci8/tests/
H A Dedition_2.phpt65 //open a new connection and get the edition value . This will have the updated value.
118 echo " Get the value with a new connection \n";
224 Get the value with a new connection
H A Ddetails.inc20 $dbase = getenv('PHP_OCI8_TEST_DB'); // Database connection string
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
H A Dconn_attr_1.phpt2 Set and get of connection attributes with all types of connections.
H A Dbug41069.phpt7 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
H A Dconn_attr.inc65 /* Pass $conn_type=1 for a connection with oci_connect()
/PHP-5.4/ext/gd/
H A Dgd_ctx.c149 ap_bsetflag(php3_rqst->connection->client, B_EBCDIC2ASCII, 0); in _php_image_output_ctx()
/PHP-5.4/ext/sockets/tests/
H A Dsocket_strerror.phpt127 string(35) "Network dropped connection on reset"
128 string(32) "Software caused connection abort"
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt33 // for connection parameter...
H A Dbug_42499.phpt2 Bug #42499 (Multi-statement execution via PDO::exec() makes connection unusable)
/PHP-5.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt6 * Description: Open Internet or Unix domain socket connection
/PHP-5.4/ext/pdo/
H A DTODO62 mysqli_change_user(); alters auth credentials on a live connection
/PHP-5.4/ext/pdo_odbc/tests/
H A Dcommon.phpt10 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
/PHP-5.4/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt22 /* could be a remote TCP/IP connection. LOCAL INFILE may not work */
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c262 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
600 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
601 r->connection->ap_auth_type = "Basic"; in init_request_info()
608 r->connection->ap_auth_type = "Digest"; in init_request_info()
/PHP-5.4/
H A Dmakerpm51 PHP 5 is a powerful apache module that adds scripting and database connection
H A DREADME.STREAMS93 Open a connection to a host and return a stream.
306 MySQL, you might want to store the connection and rowset handles.
322 /* initialize the connection, and run a query, using the fields in state to
375 connection and then use pefree to dispose of the struct you allocated.
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt90 // Open new connection to really verify what was inserted

Completed in 40 milliseconds

12345678