summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2016-08-11 05:06:55 +0200
committerKalle Sommer Nielsen <kalle@php.net>2016-08-11 05:06:55 +0200
commit197051f3ab50a0e4ee6d15cd09099f21852d1c14 (patch)
tree14fc7bca5b898e1e8b03ff70d3193a6940fcfe51 /main/php_globals.h
parent13e076f446b0997033b0f5dc886ee874c137775b (diff)
downloadphp-git-197051f3ab50a0e4ee6d15cd09099f21852d1c14.tar.gz
Remove sql.safe_mode
This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli. So far only interbase was supporting this feature, and the removal of it causes two effects for interbase: - CREATE DATABASE is now allowed no matter - The default database set by php.ini (ibase.default_db) is no longer forced http://php.net/ini.core#ini.sql.safe-mode
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index e50ea2ebfb..91bd100f7e 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -58,7 +58,6 @@ struct _php_core_globals {
zend_long output_buffering;
- zend_bool sql_safe_mode;
zend_bool enable_dl;
char *output_handler;