Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 46) sorted by relevance

12

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt21 $connections = array();
25 $connections[] = $link;
27 while (count($connections)) {
31 mysqli_close($connections[$index]);
32 unset($connections[$index]);
36 $connections = array();
41 $connections[] = $link;
52 unset($connections[$index]);
61 while (count($connections)) {
65 mysqli_close($connections[$index]);
[all …]
H A Dmysqli_pconn_disabled.phpt21 // automatic downgrade to normal connections has failed
30 // automatic downgrade to normal connections has failed
57 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
59 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
H A Dbug39457.phpt2 Bug #39457 (Multiple invoked OO connections never close)
H A Dmysqli_pconn_max_links.phpt2 Persistent connections and mysqli.max_links
110 // persistent connections cannot be closed but only be killed
131 // this fails and we have 0 (<= $num_plinks) connections
172 printf("[015] Can open more persistent connections than allowed, [%d] %s\n",
187 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
264 [015] Can open more persistent connections than allowed, [0]
H A Dbug73462.phpt2 Bug #73462 (Persistent connections don't set $connect_errno)
H A D001.phpt56 /* todo ssl connections */
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_characterset.phpt14 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset
24 // Create two more connections with character set US7ASCII
34 // The two connections c1 and c2 should not share resources as they use different
38 echo "First and third connections share a resource: NOT OK\n";
40 echo "First and third connections are different: OK\n";
42 // The two connections p1 and p2 should not share resources as they use different
46 echo "Second and fourth connections share a resource: NOT OK\n";
48 echo "Second and fourth connections are different: OK\n";
50 // Close all the connections
63 First and third connections are different: OK
[all …]
H A Ddrcp_newconnect.phpt17 // Open two connections with oci_new_connect
31 echo "First and second connections share a resource: Not OK\n";
33 echo "First and second connections are different OK\n";
35 // Close the connections
45 First and second connections are different OK
H A Dpassword.phpt2 oci_password_change() for non-persistent connections
45 echo "First and second connections share a resource: Not OK\n";
49 echo "First and second connections are different: OK\n";
54 echo "First and third connections share a resource: OK\n";
57 echo "First and third connections are different: Not OK\n";
81 First and second connections are different: OK
82 First and third connections share a resource: OK
H A Dpassword_2.phpt2 oci_password_change() for persistent connections
44 echo "First and second connections share a resource: Not OK\n";
48 echo "First and second connections are different: OK\n";
53 echo "First and third connections share a resource: OK\n";
56 echo "First and third connections are different: Not OK\n";
80 First and second connections are different: OK
81 First and third connections share a resource: OK
H A Ddrcp_conn_close1.phpt37 echo "Both connections share a resource : OK\n";
39 echo "Both connections are different : NOT OK\n";
49 Both connections share a resource : OK
H A Ddrcp_conn_close2.phpt38 echo "Both connections share a resource : NOT OK\n";
40 echo "Both connections are different : OK\n";
49 Both connections are different : OK
H A Ddrcp_pconn_close1.phpt36 echo "Both connections share a resource : OK\n";
38 echo "Both connections are different : NOT OK\n";
48 Both connections share a resource : OK
H A Ddrcp_pconn_close2.phpt38 echo "Both connections share a resource : NOT OK\n";
40 echo "Both connections are different : OK\n";
49 Both connections are different : OK
H A Ddriver_name.phpt33 echo"\n***Test 1.2 - Get the values from different connections **************\n";
64 ***Test 1.2 - Get the values from different connections **************
H A Ddriver_name_11gR2.phpt30 echo"\n***Test 1.2 - Get the values from different connections **************\n";
61 ***Test 1.2 - Get the values from different connections **************
H A Dpersistent.phpt2 reusing persistent connections
H A Ddrcp_connect1.phpt20 // Open a number of connections with oci_connect and oci_pconnect and verify
52 // Close all the connections
H A Dedition_2.phpt48 echo"\n\n**Test 1.2 - Set a value and get the same with different connections *********\n";
71 echo"\n\n**Test 1.3 change the value and verify with existing connections.*********\n";
175 **Test 1.2 - Set a value and get the same with different connections *********
186 **Test 1.3 change the value and verify with existing connections.*********
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt82 $connections = array();
84 $connections[$i] = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
88 if (isset($connections[$i]))
89 unset($connections[$i]);
90 } while (!empty($connections));
/PHP-8.3/ext/curl/tests/
H A Dbug78775.phpt2 Bug #78775: TLS issues from HTTP request affecting other encrypted connections
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug44301.phpt2 PDO OCI Bug #44301 (Segfault when an exception is thrown on persistent connections)
/PHP-8.3/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt21 // Only accept TLSv1.0 and TLSv1.2 connections
/PHP-8.3/sapi/fpm/tests/
H A Dstatus.inc242 … "# HELP phpfpm_listen_queue The number of requests in the queue of pending connections\.\n" .
245 …ax_listen_queue The maximum number of requests in the queue of pending connections since FPM has s…
249 … "# HELP phpfpm_listen_queue_length The size of the socket queue of pending connections\.\n" .

Completed in 23 milliseconds

12