Home
last modified time | relevance | path

Searched refs:allow_persistent (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-5.5/
H A Dphp.ini-development1037 odbc.allow_persistent = On
1066 ibase.allow_persistent = 1
1102 mysql.allow_persistent = On
1165 mysqli.allow_persistent = On
1282 pgsql.allow_persistent = On
1310 sybct.allow_persistent = On
1598 mssql.allow_persistent = On
H A Dphp.ini-production1037 odbc.allow_persistent = On
1066 ibase.allow_persistent = 1
1102 mysql.allow_persistent = On
1165 mysqli.allow_persistent = On
1282 pgsql.allow_persistent = On
1310 sybct.allow_persistent = On
1598 mssql.allow_persistent = On
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c513 …STD_PHP_INI_BOOLEAN("sybct.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent,…
758 if (!SybCtG(allow_persistent)) { in php_sybase_do_connect()
H A Dphp_sybase_ct.h69 long allow_persistent; variable
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1051 … "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pg…
1280 if (persistent && PGG(allow_persistent)) {
H A Dphp_pgsql.h284 long allow_persistent; variable
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c685 allow_persistent, zend_odbc_globals, odbc_globals)
2568 if (ODBCG(allow_persistent) <= 0) { in odbc_do_connect()
H A Dphp_odbc_includes.h254 long allow_persistent; variable
/PHP-5.5/ext/mysqli/tests/
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_disabled.phpt2 mysqli_pconnect() - mysqli.allow_persistent = 0
12 mysqli.allow_persistent=0
H A Dmysqli_pconn_kill.phpt11 mysqli.allow_persistent=1
H A Dmysqli_pconn_limits.phpt11 mysqli.allow_persistent=1
H A Dmysqli_pconn_max_links.phpt43 mysqli.allow_persistent=1
H A Dmysqli_pconn_reuse.phpt12 mysqli.allow_persistent=1
H A Dmysqli_pconn_twice.phpt11 mysqli.allow_persistent=1
H A Dmysqli_phpinfo.phpt62 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dbug49442.phpt21 mysqli.allow_persistent=1
H A Dbug51605.phpt10 mysqli.allow_persistent = Off
H A Dbug54221.phpt10 mysqli.allow_persistent = Off
H A Dbug54674.phpt10 mysqli.allow_persistent = Off
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c154 if (!MyG(allow_persistent)) {
H A Dphp_mysqli_structs.h326 long allow_persistent; variable
H A Dmysqli.c563 …AN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysqli_…
588 mysqli_globals->allow_persistent = 1; in PHP_INI_END()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt10 mysql.allow_persistent=1

Completed in 101 milliseconds

12