allow_persistent 241 ext/mssql/php_mssql.c STD_PHP_INI_BOOLEAN("mssql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_mssql_globals, mssql_globals) allow_persistent 636 ext/mssql/php_mssql.c if (!MS_SQL_G(allow_persistent)) { allow_persistent 160 ext/mssql/php_mssql.h zend_bool allow_persistent; allow_persistent 496 ext/mysql/php_mysql.c STD_PHP_INI_BOOLEAN("mysql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysql_globals, mysql_globals) allow_persistent 847 ext/mysql/php_mysql.c if (!MySG(allow_persistent)) { allow_persistent 117 ext/mysql/php_mysql_structs.h long allow_persistent; allow_persistent 563 ext/mysqli/mysqli.c STD_PHP_INI_BOOLEAN("mysqli.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_mysqli_globals, mysqli_globals) allow_persistent 589 ext/mysqli/mysqli.c mysqli_globals->allow_persistent = 1; allow_persistent 156 ext/mysqli/mysqli_nonapi.c if (!MyG(allow_persistent)) { allow_persistent 326 ext/mysqli/php_mysqli_structs.h long allow_persistent; allow_persistent 688 ext/odbc/php_odbc.c allow_persistent, zend_odbc_globals, odbc_globals) allow_persistent 2572 ext/odbc/php_odbc.c if (ODBCG(allow_persistent) <= 0) { allow_persistent 262 ext/odbc/php_odbc_includes.h long allow_persistent; allow_persistent 1081 ext/pgsql/pgsql.c STD_PHP_INI_BOOLEAN( "pgsql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_persistent, zend_pgsql_globals, pgsql_globals) allow_persistent 1326 ext/pgsql/pgsql.c if (persistent && PGG(allow_persistent)) { allow_persistent 315 ext/pgsql/php_pgsql.h long allow_persistent; allow_persistent 513 ext/sybase_ct/php_sybase_ct.c STD_PHP_INI_BOOLEAN("sybct.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_sybase_globals, sybase_globals) allow_persistent 758 ext/sybase_ct/php_sybase_ct.c if (!SybCtG(allow_persistent)) { allow_persistent 69 ext/sybase_ct/php_sybase_ct.h long allow_persistent;