Home
last modified time | relevance | path

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

12

/php-src/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
132 // Do not remove the variable assignment as it is important that we have 2 active connections
172 // Do not remove the variable assignment as it is important that we have 2 active connections
174 printf("[015] Can open more persistent connections than allowed, [%d] %s\n",
189 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
266 [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.phpt59 /* 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…
H A Dbug55283.phpt2 Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections)
H A Dmysqli_pconn_limits.phpt2 Persistent connections - limits (-1, unlimited)
H A Dmysqli_poll.phpt104 // Difference: pass two connections
H A Dmysqli_pconn_kill.phpt21 // get the thread ids of the two connections...
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt81 $connections = [];
83 $connections[$i] = new PDO($dsn, $user, $pass, [PDO::ATTR_PERSISTENT => true]);
87 if (isset($connections[$i]))
88 unset($connections[$i]);
89 } while (!empty($connections));
/php-src/ext/pgsql/tests/
H A Dgh13519.phpt2 GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.
/php-src/ext/dba/
H A Ddba.c59 HashTable connections; variable
304 zend_hash_del(&DBA_G(connections), connection->hash); in dba_close_connection()
391 zend_hash_init(&dba_globals->connections, 0, NULL, NULL, true); in PHP_INI_END()
392 GC_MAKE_PERSISTENT_LOCAL(&dba_globals->connections); in PHP_INI_END()
398 zend_hash_destroy(&dba_globals->connections); in PHP_GSHUTDOWN_FUNCTION()
496 ZEND_HASH_MAP_FOREACH_VAL(&DBA_G(connections), zv) { in php_dba_find()
596 if (zend_hash_exists(&DBA_G(connections), connection->hash)) { in php_dba_open()
597 zend_hash_del(&DBA_G(connections), connection->hash); in php_dba_open()
600 zend_hash_add_new(&DBA_G(connections), connection->hash, return_value); in php_dba_open()
946 zend_hash_add_new(&DBA_G(connections), connection->hash, return_value); in php_dba_open()
[all …]
/php-src/ext/curl/tests/
H A Dbug78775.phpt2 Bug #78775: TLS issues from HTTP request affecting other encrypted connections
/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt20 // Only accept TLSv1.0 and TLSv1.2 connections
/php-src/sapi/fpm/tests/
H A Dstatus.inc243 … "# HELP phpfpm_listen_queue The number of requests in the queue of pending connections\.\n" .
246 …ax_listen_queue The maximum number of requests in the queue of pending connections since FPM has s…
250 … "# HELP phpfpm_listen_queue_length The size of the socket queue of pending connections\.\n" .
/php-src/ext/ldap/tests/
H A DREADME.md54 listening on port 369 for incoming LDAP-connections. The machine is already
72 CAVEAT: The current setup does not (yet) test secure connections.
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt2 odbc_pconnect(): Make sure non-persistent connections are reused
/php-src/ext/dba/tests/
H A Ddba_db4_018.phpt2 DBA DB4 with persistent connections
H A Ddba015.phpt2 DBA with persistent connections
/php-src/ext/odbc/
H A Dphp_odbc_includes.h254 HashTable connections; variable
H A Dphp_odbc.c163 zend_hash_del(&ODBCG(connections), link->hash); in odbc_link_free()
488 zend_hash_init(&odbc_globals->connections, 0, NULL, NULL, true); in PHP_INI_END()
489 GC_MAKE_PERSISTENT_LOCAL(&odbc_globals->connections); in PHP_INI_END()
494 zend_hash_destroy(&odbc_globals->connections); in PHP_GSHUTDOWN_FUNCTION()
867 ZEND_HASH_FOREACH_VAL(&ODBCG(connections), zv) { in PHP_FUNCTION()
874 zend_hash_clean(&ODBCG(connections)); in PHP_FUNCTION()
2350 zend_hash_str_add_new(&ODBCG(connections), hashed_details, hashed_details_len, return_value);
2401 …if ((link_zval = zend_hash_str_find(&ODBCG(connections), hashed_details, hashed_details_len)) == N…
2415 …if ((link_zval = zend_hash_str_find(&ODBCG(connections), hashed_details, hashed_details_len)) == N…
2429 zend_hash_str_add_new(&ODBCG(connections), hashed_details, hashed_details_len, return_value);
/php-src/ext/pgsql/
H A Dphp_pgsql.h191 HashTable connections; variable
/php-src/sapi/fpm/
H A Dwww.conf.in48 ; permissions must be set in order to allow connections from a web server. Many
49 ; BSD-derived systems allow connections regardless of permissions. The owner
66 ; must be separated by a comma. If this value is left blank, connections will be
169 ; connections (see backlog in listen(2));
171 ; of pending connections since FPM has started;
172 ; listen queue len - the size of the socket queue of pending connections;

Completed in 35 milliseconds

12