allow_persistent  514 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  542 ext/mysqli/mysqli.c 	mysqli_globals->allow_persistent = 1;
allow_persistent  154 ext/mysqli/mysqli_nonapi.c 		if (!MyG(allow_persistent)) {
allow_persistent  327 ext/mysqli/php_mysqli_structs.h 	zend_long			allow_persistent;
allow_persistent  680 ext/odbc/php_odbc.c 			allow_persistent, zend_odbc_globals, odbc_globals)
allow_persistent 2594 ext/odbc/php_odbc.c 	if (ODBCG(allow_persistent) <= 0) {
allow_persistent  262 ext/odbc/php_odbc_includes.h 	zend_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 1332 ext/pgsql/pgsql.c 	if (persistent && PGG(allow_persistent)) {
allow_persistent  317 ext/pgsql/php_pgsql.h 	zend_long allow_persistent;