Searched refs:allow_persistent (Results 1 – 23 of 23) sorted by relevance
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug54674.phpt | 10 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 | 10 mysqli.allow_persistent = Off
|
H A D | bug51605.phpt | 10 mysqli.allow_persistent = Off
|
H A D | mysqli_phpinfo.phpt | 62 'mysqli.allow_persistent', 'mysqli.max_persistent'
|
H A D | bug68077.phpt | 21 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_twice.phpt | 11 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_limits.phpt | 11 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_reuse.phpt | 12 mysqli.allow_persistent=1
|
H A D | mysqli_pconn_kill.phpt | 11 mysqli.allow_persistent=1
|
H A D | bug49442.phpt | 21 mysqli.allow_persistent=1
|
H A D | mysqli_real_connect_pconn.phpt | 14 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-7.3/ext/odbc/ |
H A D | php_odbc_includes.h | 227 zend_long allow_persistent; variable
|
H A D | php_odbc.c | 681 allow_persistent, zend_odbc_globals, odbc_globals) 2583 if (ODBCG(allow_persistent) <= 0) { in odbc_do_connect()
|
/PHP-7.3/ext/pgsql/ |
H A D | php_pgsql.h | 314 zend_long allow_persistent; variable
|
H A D | pgsql.c | 1087 … "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pg… 1361 if (persistent && PGG(allow_persistent)) {
|
/PHP-7.3/ext/mysqli/ |
H A D | php_mysqli_structs.h | 311 zend_long allow_persistent; variable
|
H A D | mysqli.c | 507 …AN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysqli_… 535 mysqli_globals->allow_persistent = 1; in PHP_INI_END()
|
H A D | mysqli_nonapi.c | 149 if (!MyG(allow_persistent)) {
|
/PHP-7.3/ |
H A D | php.ini-development | 1104 odbc.allow_persistent = On 1131 ibase.allow_persistent = 1 1172 mysqli.allow_persistent = On 1299 pgsql.allow_persistent = On
|
H A D | php.ini-production | 1106 odbc.allow_persistent = On 1133 ibase.allow_persistent = 1 1174 mysqli.allow_persistent = On 1301 pgsql.allow_persistent = On
|
Completed in 101 milliseconds