Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds