Home
last modified time | relevance | path

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

12345678

/PHP-5.3/ext/oci8/tests/
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.3/ext/mysqli/tests/
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.3/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)
H A Dpdo_mysql_begintransaction.phpt31 /* This is the PDO way to close a connection */
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_error.phpt6 * Description: Open Internet or Unix domain socket connection
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt127 string(35) "Network dropped connection on reset"
128 string(32) "Software caused connection abort"
/PHP-5.3/
H A DTODO49 * Implement generalized connection pool for stated protocols such as
53 allow segmentation of connection pools.
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.
H A DREADME.namespaces46 $y = new DB\connection();
H A Dphp.ini-development864 ; Disable logging through FastCGI connection. PHP's default behavior is to enable
1062 ; http://php.net/pdo-odbc.connection-pooling
1142 ; Check that a connection is still valid before reuse.
1342 ; maintain an idle persistent connection. Using -1 means idle
1348 ; ping during oci_pconnect() to check the connection validity. When
1354 ; Connection: Set this to a user chosen connection class to be used
1358 ; the database pool must be configured, and the connection string must
1437 ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
/PHP-5.3/ext/pdo/
H A DTODO62 mysqli_change_user(); alters auth credentials on a live connection
/PHP-5.3/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.3/sapi/apache_hooks/
H A Dmod_php5.c262 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
605 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
606 r->connection->ap_auth_type = "Basic"; in init_request_info()
613 r->connection->ap_auth_type = "Digest"; in init_request_info()
/PHP-5.3/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt27 /* could be a remote TCP/IP connection. LOCAL INFILE may not work */
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt90 // Open new connection to really verify what was inserted
/PHP-5.3/ext/standard/tests/dir/
H A Dclosedir_variation1.phpt6 * Description: Close directory connection identified by the dir_handle

Completed in 73 milliseconds

12345678