Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mssql/
H A Dphp_mssql.c241 …STD_PHP_INI_BOOLEAN("mssql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent
636 if (!MS_SQL_G(allow_persistent)) { in php_mssql_do_connect()
H A Dphp_mssql.h160 zend_bool allow_persistent; variable
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c496 …LEAN("mysql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysql_g…
845 if (!MySG(allow_persistent)) {
H A Dphp_mysql_structs.h117 long allow_persistent; variable
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt16 mysql.allow_persistent=1
H A Dmysql_max_persistent.phpt28 mysql.allow_persistent=1
H A Dmysql_pconn_disable.phpt9 mysql.allow_persistent=0
H A Dmysql_pconn_kill.phpt9 mysql.allow_persistent=1
H A Dmysql_pconn_max_links.phpt63 mysql.allow_persistent=1
H A Dmysql_pconn_reuse.phpt9 mysql.allow_persistent=1
H A Dmysql_pconnect.phpt10 mysql.allow_persistent=1
H A Dmysql_phpinfo.phpt49 if (!stristr($phpinfo, "mysql.allow_persistent"))
50 printf("[011] php.ini setting mysql.allow_persistent not shown.\n");
/PHP-5.5/ext/mysqli/
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()
H A Dmysqli_nonapi.c154 if (!MyG(allow_persistent)) {
H A Dphp_mysqli_structs.h326 long allow_persistent; variable
/PHP-5.5/ext/mysqli/tests/
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
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

Completed in 66 milliseconds

12