Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dbug54674.phpt12 mysqli.max_persistent = 0
H A Dbug54221.phpt12 mysqli.max_persistent = 0
H A Dbug51605.phpt12 mysqli.max_persistent = 0
H A Dmysqli_phpinfo.phpt47 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dbug49442.phpt23 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_pconn_max_links.phpt44 mysqli.max_persistent=2
186 if ($num_plinks > (int)ini_get('mysqli.max_persistent'))
187 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
H A Dmysqli_pconn_disabled.phpt13 mysqli.max_persistent=2
H A Dbug68077.phpt21 mysqli.max_persistent=1
H A Dmysqli_pconn_twice.phpt12 mysqli.max_persistent=-1
H A Dmysqli_pconn_limits.phpt11 mysqli.max_persistent=-1
H A Dmysqli_pconn_reuse.phpt13 mysqli.max_persistent=2
H A Dmysqli_pconn_kill.phpt11 mysqli.max_persistent=2
H A Dmysqli_real_connect_pconn.phpt12 mysqli.max_persistent=10
H A Dmysqli_pconn_conn_multiple.phpt11 mysqli.max_persistent=-1
/php-src/ext/pgsql/
H A Dphp_pgsql.h186 zend_long max_links,max_persistent;
H A Dpgsql.c407 …X("pgsql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, zend_p…
569 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) { in php_pgsql_do_connect()
/php-src/ext/odbc/
H A Dphp_odbc_includes.h241 zend_long max_persistent; variable
H A Dphp_odbc.c479 max_persistent, zend_odbc_globals, odbc_globals, display_link_nums)
2317 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) {
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h243 zend_long max_persistent; variable
H A Dmysqli.c432 …Y_EX("mysqli.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_persistent, zend_mysqli_…
459 mysqli_globals->max_persistent = -1; in PHP_INI_END()
H A Dmysqli_nonapi.c215 if (persistent && MyG(max_persistent) != -1 &&
216 (MyG(num_active_persistent) + MyG(num_inactive_persistent))>= MyG(max_persistent))
/php-src/
H A Dphp.ini-development1131 odbc.max_persistent = -1
1152 mysqli.max_persistent = -1
1249 pgsql.max_persistent = -1
H A Dphp.ini-production1133 odbc.max_persistent = -1
1154 mysqli.max_persistent = -1
1251 pgsql.max_persistent = -1

Completed in 70 milliseconds