Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/tests/
H A Dbug54674.phpt10 mysqli.allow_persistent = Off
H A Dmysqli_pconn_disabled.phpt2 mysqli_pconnect() - mysqli.allow_persistent = 0
12 mysqli.allow_persistent=0
H A Dbug54221.phpt10 mysqli.allow_persistent = Off
H A Dbug51605.phpt10 mysqli.allow_persistent = Off
H A Dmysqli_phpinfo.phpt51 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dbug68077.phpt21 mysqli.allow_persistent=1
H A Dmysqli_pconn_twice.phpt11 mysqli.allow_persistent=1
H A Dmysqli_pconn_limits.phpt11 mysqli.allow_persistent=1
H A Dmysqli_pconn_reuse.phpt12 mysqli.allow_persistent=1
H A Dbug49442.phpt21 mysqli.allow_persistent=1
H A Dmysqli_pconn_kill.phpt11 mysqli.allow_persistent=1
H A Dmysqli_real_connect_pconn.phpt14 mysqli.allow_persistent=1
H A Dmysqli_pconn_conn_multiple.phpt10 mysqli.allow_persistent=1
H A Dmysqli_pconn_max_links.phpt43 mysqli.allow_persistent=1
/PHP-7.4/ext/odbc/
H A Dphp_odbc_includes.h227 zend_long allow_persistent; variable
H A Dphp_odbc.c680 allow_persistent, zend_odbc_globals, odbc_globals)
2617 if (ODBCG(allow_persistent) <= 0) { in odbc_do_connect()
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h307 zend_long allow_persistent; variable
H A Dmysqli.c525 …AN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysqli_…
553 mysqli_globals->allow_persistent = 1; in PHP_INI_END()
H A Dmysqli_nonapi.c149 if (!MyG(allow_persistent)) {
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h313 zend_long allow_persistent; variable
H A Dpgsql.c1081 … "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pg…
1360 if (persistent && PGG(allow_persistent)) {
/PHP-7.4/
H A Dphp.ini-development1112 odbc.allow_persistent = On
1149 mysqli.allow_persistent = On
1276 pgsql.allow_persistent = On
H A Dphp.ini-production1112 odbc.allow_persistent = On
1149 mysqli.allow_persistent = On
1276 pgsql.allow_persistent = On

Completed in 85 milliseconds