Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt9 mysql.max_persistent=10
H A Dmysql_pconn_kill.phpt10 mysql.max_persistent=2
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h325 long max_persistent; variable
H A Dmysqli_nonapi.c209 if (persistent && MyG(max_persistent) != -1 &&
210 (MyG(num_active_persistent) + MyG(num_inactive_persistent))>= MyG(max_persistent))
H A Dmysqli.c562 …Y_EX("mysqli.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, zend_mysqli_…
587 mysqli_globals->max_persistent = -1; in PHP_INI_END()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt14 mysqli.max_persistent=10
H A Dmysqli_pconn_conn_multiple.phpt11 mysqli.max_persistent=-1
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h479 long max_persistent; /* maximum number of persistent connections per process */ variable
H A Doci8.c1051 …STD_PHP_INI_ENTRY( "oci8.max_persistent", "-1", PHP_INI_SYSTEM, ONUPDATELONGFUNC, max_persistent
2040 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
2044 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
/PHP-5.5/
H A Dphp.ini-development1045 odbc.max_persistent = -1
1069 ibase.max_persistent = -1
1110 mysql.max_persistent = -1
1157 mysqli.max_persistent = -1
1236 ;oci8.max_persistent = -1
1291 pgsql.max_persistent = -1
1314 sybct.max_persistent = -1
1601 mssql.max_persistent = -1
H A Dphp.ini-production1045 odbc.max_persistent = -1
1069 ibase.max_persistent = -1
1110 mysql.max_persistent = -1
1157 mysqli.max_persistent = -1
1236 ;oci8.max_persistent = -1
1291 pgsql.max_persistent = -1
1314 sybct.max_persistent = -1
1601 mssql.max_persistent = -1
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c242 …STD_PHP_INI_ENTRY_EX("mssql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, …
652 if (MS_SQL_G(max_persistent) != -1 && MS_SQL_G(num_persistent) >= MS_SQL_G(max_persistent)) { in php_mssql_do_connect()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c497 …STD_PHP_INI_ENTRY_EX("mysql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent,…
860 if (MySG(max_persistent) != -1 && MySG(num_persistent) >= MySG(max_persistent)) {
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c514 …STD_PHP_INI_ENTRY_EX("sybct.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, z…
773 if (SybCtG(max_persistent)!=-1 && SybCtG(num_persistent)>=SybCtG(max_persistent)) { in php_sybase_do_connect()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c687 max_persistent, zend_odbc_globals, odbc_globals, display_link_nums)
2595 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) { in odbc_do_connect()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1052 …X("pgsql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, zend_p…
1292 if (PGG(max_persistent)!=-1 && PGG(num_persistent)>=PGG(max_persistent)) {

Completed in 96 milliseconds

12