Home
last modified time | relevance | path

Searched refs:sql_safe_mode (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/main/
H A Dphp_globals.h70 zend_bool sql_safe_mode; member
H A Dmain.c489 …STD_PHP_INI_BOOLEAN("sql.safe_mode", "0", PHP_INI_SYSTEM, OnUpdateBool, sql_safe_mode, php_…
/PHP-5.3/ext/interbase/
H A Dinterbase.c915 if ((!len[DB] || PG(sql_safe_mode)) && (c = INI_STR("ibase.default_db"))) { in _php_ibase_connect()
H A Dibase_query.c1108 if (PG(sql_safe_mode)) { in PHP_FUNCTION()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c733 if (PG(sql_safe_mode)) {

Completed in 30 milliseconds