Home
last modified time | relevance | path

Searched refs:max_persistent (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/oci8/tests/
H A Dini_1.phpt13 oci8.max_persistent = 111
26 echo 'oci8.max_persistent = ' . ini_get('oci8.max_persistent') . "\n";
38 var_dump(ini_set('oci8.max_persistent', '999'));
39 echo 'oci8.max_persistent = ' . ini_get('oci8.max_persistent') . "\n";
59 oci8.max_persistent = 111
71 oci8.max_persistent = 111
/PHP-8.0/ext/mysqli/tests/
H A Dbug54674.phpt11 mysqli.max_persistent = 0
H A Dbug54221.phpt11 mysqli.max_persistent = 0
H A Dbug51605.phpt11 mysqli.max_persistent = 0
H A Dbug49442.phpt22 mysqli.max_persistent=1
70 …ider it as a 'persistent' connection in a user sense, ext/mysqli will not apply max_persistent etc.
H A Dmysqli_phpinfo.phpt50 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dmysqli_pconn_max_links.phpt43 mysqli.max_persistent=2
185 if ($num_plinks > (int)ini_get('mysqli.max_persistent'))
186 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
H A Dmysqli_pconn_disabled.phpt12 mysqli.max_persistent=2
H A Dbug68077.phpt22 mysqli.max_persistent=1
H A Dmysqli_pconn_twice.phpt11 mysqli.max_persistent=-1
H A Dmysqli_pconn_limits.phpt11 mysqli.max_persistent=-1
H A Dmysqli_pconn_reuse.phpt12 mysqli.max_persistent=2
H A Dmysqli_pconn_kill.phpt11 mysqli.max_persistent=2
H A Dmysqli_real_connect_pconn.phpt14 mysqli.max_persistent=10
H A Dmysqli_pconn_conn_multiple.phpt10 mysqli.max_persistent=-1
/PHP-8.0/ext/odbc/
H A Dphp_odbc_includes.h227 zend_long max_persistent; variable
H A Dphp_odbc.c354 max_persistent, zend_odbc_globals, odbc_globals, display_link_nums)
2251 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) { in odbc_do_connect()
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h276 zend_long max_persistent; variable
H A Dmysqli.c488 …Y_EX("mysqli.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, zend_mysqli_…
515 mysqli_globals->max_persistent = -1; in PHP_INI_END()
H A Dmysqli_nonapi.c237 if (persistent && MyG(max_persistent) != -1 &&
238 (MyG(num_active_persistent) + MyG(num_inactive_persistent))>= MyG(max_persistent))
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h279 zend_long max_links,max_persistent;
/PHP-8.0/ext/oci8/
H A Doci8.c152 …STD_PHP_INI_ENTRY( "oci8.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, …
1190 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
1194 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
H A Dphp_oci8_int.h514 zend_long max_persistent; /* maximum number of persistent connections per process */ variable
/PHP-8.0/
H A Dphp.ini-development1127 odbc.max_persistent = -1
1148 mysqli.max_persistent = -1
1237 ;oci8.max_persistent = -1
1292 pgsql.max_persistent = -1
H A Dphp.ini-production1129 odbc.max_persistent = -1
1150 mysqli.max_persistent = -1
1239 ;oci8.max_persistent = -1
1294 pgsql.max_persistent = -1

Completed in 70 milliseconds

12