Searched refs:connections (Results 1 – 25 of 46) sorted by relevance
12
21 $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 …]
21 // automatic downgrade to normal connections has failed30 // automatic downgrade to normal connections has failed57 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…
2 Bug #39457 (Multiple invoked OO connections never close)
2 Persistent connections and mysqli.max_links110 // persistent connections cannot be closed but only be killed131 // this fails and we have 0 (<= $num_plinks) connections172 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]
2 Bug #73462 (Persistent connections don't set $connect_errno)
56 /* todo ssl connections */
2 mysqli_pconnect() - reusing/caching persistent connections - TODO78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
10 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset20 // Create two more connections with character set US7ASCII30 // The two connections c1 and c2 should not share resources as they use different34 echo "First and third connections share a resource: NOT OK\n";36 echo "First and third connections are different: OK\n";38 // The two connections p1 and p2 should not share resources as they use different42 echo "Second and fourth connections share a resource: NOT OK\n";44 echo "Second and fourth connections are different: OK\n";46 // Close all the connections59 First and third connections are different: OK[all …]
13 // Open two connections with oci_new_connect27 echo "First and second connections share a resource: Not OK\n";29 echo "First and second connections are different OK\n";31 // Close the connections41 First and second connections are different OK
2 oci_password_change() for non-persistent connections45 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: OK82 First and third connections share a resource: OK
2 oci_password_change() for persistent connections44 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: OK81 First and third connections share a resource: OK
33 echo "Both connections share a resource : OK\n";35 echo "Both connections are different : NOT OK\n";45 Both connections share a resource : OK
34 echo "Both connections share a resource : NOT OK\n";36 echo "Both connections are different : OK\n";45 Both connections are different : OK
32 echo "Both connections share a resource : OK\n";34 echo "Both connections are different : NOT OK\n";44 Both connections share a resource : OK
31 echo"\n***Test 1.2 - Get the values from different connections **************\n";62 ***Test 1.2 - Get the values from different connections **************
28 echo"\n***Test 1.2 - Get the values from different connections **************\n";59 ***Test 1.2 - Get the values from different connections **************
2 reusing persistent connections
19 // Open a number of connections with oci_connect and oci_pconnect and verify51 // Close all the connections
47 echo"\n\n**Test 1.2 - Set a value and get the same with different connections *********\n";70 echo"\n\n**Test 1.3 change the value and verify with existing connections.*********\n";174 **Test 1.2 - Set a value and get the same with different connections *********185 **Test 1.3 change the value and verify with existing connections.*********
82 $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));
2 Bug #78775: TLS issues from HTTP request affecting other encrypted connections
2 PDO OCI Bug #44301 (Segfault when an exception is thrown on persistent connections)
21 // Only accept TLSv1.0 and TLSv1.2 connections
242 … "# 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 26 milliseconds