Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqli/tests/
H A Dbug54674.phpt11 mysqli.allow_persistent = Off
H A Dmysqli_pconn_disabled.phpt2 mysqli_pconnect() - mysqli.allow_persistent = 0
12 mysqli.allow_persistent=0
H A Dbug54221.phpt11 mysqli.allow_persistent = Off
H A Dbug51605.phpt11 mysqli.allow_persistent = Off
H A Dmysqli_phpinfo.phpt47 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dbug68077.phpt20 mysqli.allow_persistent=1
H A Dmysqli_pconn_twice.phpt11 mysqli.allow_persistent=1
H A Dmysqli_pconn_limits.phpt10 mysqli.allow_persistent=1
H A Dmysqli_pconn_reuse.phpt12 mysqli.allow_persistent=1
H A Dbug49442.phpt22 mysqli.allow_persistent=1
H A Dmysqli_pconn_kill.phpt10 mysqli.allow_persistent=1
H A Dmysqli_real_connect_pconn.phpt11 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-8.2/ext/odbc/
H A Dphp_odbc_includes.h231 bool allow_persistent; variable
H A Dphp_odbc.c359 allow_persistent, zend_odbc_globals, odbc_globals)
2203 if (!ODBCG(allow_persistent)) { in odbc_do_connect()
/PHP-8.2/ext/pgsql/
H A Dphp_pgsql.h187 bool allow_persistent; variable
H A Dpgsql.c411 … "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pg…
560 if (persistent && PGG(allow_persistent)) { in php_pgsql_do_connect()
/PHP-8.2/ext/mysqli/
H A Dphp_mysqli_structs.h244 bool allow_persistent; variable
H A Dmysqli.c433 …AN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_mysqli_…
460 mysqli_globals->allow_persistent = 1; in PHP_INI_END()
H A Dmysqli_nonapi.c143 if (!MyG(allow_persistent)) {
/PHP-8.2/
H A DUPGRADING487 . mysqli.allow_persistent
504 . odbc.allow_persistent
H A Dphp.ini-development1129 odbc.allow_persistent = On
1170 mysqli.allow_persistent = On
1306 pgsql.allow_persistent = On
H A Dphp.ini-production1131 odbc.allow_persistent = On
1172 mysqli.allow_persistent = On
1308 pgsql.allow_persistent = On
H A DNEWS716 . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier)

Completed in 62 milliseconds