Searched refs:allow_persistent (Results 1 – 25 of 25) sorted by relevance
/PHP-8.2/ext/mysqli/tests/ |
H A D | bug54674.phpt | 11 mysqli.allow_persistent = Off
|
H A D | mysqli_pconn_disabled.phpt | 2 mysqli_pconnect() - mysqli.allow_persistent = 0 12 mysqli.allow_persistent=0
|
H A D | bug54221.phpt | 11 mysqli.allow_persistent = Off
|
H A D | bug51605.phpt | 11 mysqli.allow_persistent = Off
|
H A D | mysqli_phpinfo.phpt | 47 'mysqli.allow_persistent', 'mysqli.max_persistent'
|
H A D | bug68077.phpt | 20 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_twice.phpt | 11 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_limits.phpt | 10 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_reuse.phpt | 12 mysqli.allow_persistent=1
|
H A D | bug49442.phpt | 22 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_kill.phpt | 10 mysqli.allow_persistent=1
|
H A D | mysqli_real_connect_pconn.phpt | 11 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_conn_multiple.phpt | 10 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_max_links.phpt | 43 mysqli.allow_persistent=1
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc_includes.h | 231 bool allow_persistent; variable
|
H A D | php_odbc.c | 359 allow_persistent, zend_odbc_globals, odbc_globals) 2203 if (!ODBCG(allow_persistent)) { in odbc_do_connect()
|
/PHP-8.2/ext/pgsql/ |
H A D | php_pgsql.h | 187 bool allow_persistent; variable
|
H A D | pgsql.c | 411 … "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 D | php_mysqli_structs.h | 244 bool allow_persistent; variable
|
H A D | mysqli.c | 433 …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 D | mysqli_nonapi.c | 143 if (!MyG(allow_persistent)) {
|
/PHP-8.2/ |
H A D | UPGRADING | 487 . mysqli.allow_persistent 504 . odbc.allow_persistent
|
H A D | php.ini-development | 1129 odbc.allow_persistent = On 1170 mysqli.allow_persistent = On 1306 pgsql.allow_persistent = On
|
H A D | php.ini-production | 1131 odbc.allow_persistent = On 1172 mysqli.allow_persistent = On 1308 pgsql.allow_persistent = On
|
H A D | NEWS | 969 . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier)
|
Completed in 56 milliseconds