Home
last modified time | relevance | path

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

/PHP-7.1/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.phpt62 'mysqli.allow_persistent', 'mysqli.max_persistent'
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.phpt13 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.1/ext/odbc/
H A Dphp_odbc_includes.h262 zend_long allow_persistent; variable
H A Dphp_odbc.c687 allow_persistent, zend_odbc_globals, odbc_globals)
2605 if (ODBCG(allow_persistent) <= 0) { in odbc_do_connect()
/PHP-7.1/ext/pgsql/
H A Dphp_pgsql.h316 zend_long allow_persistent; variable
H A Dpgsql.c1083 … "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pg…
1337 if (persistent && PGG(allow_persistent)) {
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h323 zend_long allow_persistent; variable
H A Dmysqli.c515 …AN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysqli_…
543 mysqli_globals->allow_persistent = 1; in PHP_INI_END()
H A Dmysqli_nonapi.c154 if (!MyG(allow_persistent)) {
/PHP-7.1/
H A Dphp.ini-development1098 odbc.allow_persistent = On
1127 ibase.allow_persistent = 1
1168 mysqli.allow_persistent = On
1307 pgsql.allow_persistent = On
H A Dphp.ini-production1098 odbc.allow_persistent = On
1127 ibase.allow_persistent = 1
1168 mysqli.allow_persistent = On
1307 pgsql.allow_persistent = On

Completed in 68 milliseconds