Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 190) sorted by path

12345678

/PHP-5.5/
H A DNEWS2450 . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
5863 . Improve persistent connection handling of restarted DBs.
6276 - Fixed bug #45432 (PDO: persistent connection leak). (Felipe)
6299 connection). (Felipe)
7182 - Added persistent connection status checker to pdo_pgsql.
7600 connection). (Tony)
7885 establish a new connection). (Ilia)
8015 number of connection retries). (Ilia)
8509 - Fixed bug #37531 (oci8 persistent connection corruption). (Tony)
9663 d/e flag global and not per connection). (Andrey)
[all …]
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 DUPGRADING100 connection. Use MySQLi or PDO instead.
/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt34 * Skips 10.5.80.146 for data connection, uses 10.5.80.146 instead
41 //force passive connection
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
26 //force passive connection
/PHP-5.5/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
H A Dserver.inc97 if (!$s) die("Error accepting a new connection\n");
224 fputs($s, "150 File status okay; about to open data connection\r\n");
229 fputs($s, "425 Can't open data connection\r\n");
279 fputs($s, "150 File status okay; about to open data connection\r\n");
282 fputs($s, "425 Can't open data connection\r\n");
326 fputs($s, "425 Can't open data connection\r\n");
333 fputs($s, "150 File status okay; about to open data connection.\r\n");
334 //the data connection is handled in another forked process
339 fputs($s, "150 File status okay; about to open data connection.\r\n");
407 fputs($s, "150 Opening ASCII mode data connection for file list\r\n");
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c2684 ap_bsetflag(php3_rqst->connection->client, B_EBCDIC2ASCII, 0); in _php_image_output()
H A Dgd_ctx.c149 ap_bsetflag(php3_rqst->connection->client, B_EBCDIC2ASCII, 0); in _php_image_output_ctx()
/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_basic.phpt2 ldap_connect() - Basic connection
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt27 echo "Explicit connection on close\n";
70 Explicit connection on close
H A Dbug55473.phpt45 /* wait while mysql closes connection */
H A Dmysql_max_links.phpt39 printf("[040] Last connection should not have been allowed!\n");
46 // should be allowed -> second open connection
H A Dmysql_max_persistent.phpt61 printf("[030] Last connection should not have been allowed!\n");
68 // should be allowed -> only open connection
H A Dmysql_pconn_disable.phpt23 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
43 printf("[006] Looks like connect() did not return a new connection.\n");
56 [002] Can fetch data using persistent connection! Data = '1'
H A Dmysql_pconn_kill.phpt2 mysql_pconnect() - killing persitent connection
40 …printf("[003] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
42 …printf("[004] Cannot find persistent connection thread in process list, [%d] %s\n", mysql_errno($l…
45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro…
63 …printf("[007] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
68 printf("[009] Cannot create new persistent connection, [%d] %s\n", mysql_errno(), mysql_error());
72 …printf("[010] Cannot run query on new persistent connection, [%d] %s\n", @mysql_errno($plink), @my…
78 …printf("[011] Cannot run query on new persistent connection, [%d] %s\n", @mysql_errno($plink), @my…
86 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
93 …printf("[015] Cannot run query on new regular connection, [%d] %s\n", @mysql_errno($link), @mysql_…
[all …]
H A Dmysql_pconn_max_links.phpt91 printf("[004] Cannot run query on persistent connection of second DB user, [%d] %s\n",
100 // change the password for the second DB user and kill the persistent connection
115 …printf("[008] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysql_errno($link),…
128 printf("[010] Persistent connection has not been killed\n");
148 …// The first connection has been closed, the last pconnect() was unable to connect -> no connectio…
158 printf("[016] Cannot run query on persistent connection of second DB user, [%d] %s\n",
H A Dmysql_pconn_reuse.phpt32 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
54 printf("[006] Looks like connect() did not return a new connection.\n");
66 [002] Can fetch data using persistent connection! Data = '1'
H A Dmysql_query_load_data_openbasedir.phpt22 /* could be a remote TCP/IP connection. LOCAL INFILE may not work */
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
/PHP-5.5/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
H A Dbug49442.phpt67 …mysqlnd makes a connection created through mysql_init()/mysqli_real_connect() always a 'persistent…
70 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persist…
H A Dbug55283.phpt52 /* non-persistent connection */
H A Dconnect.inc85 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
106 * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)

Completed in 114 milliseconds

12345678