diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/php.ini-dist b/php.ini-dist index f6a5e51ee2..c3e8f48ffd 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -408,18 +408,6 @@ auto_globals_jit = On ; Maximum size of POST data that PHP will accept. post_max_size = 8M -; Magic quotes -; - -; Magic quotes for incoming GET/POST/Cookie data. -magic_quotes_gpc = On - -; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. -magic_quotes_runtime = Off - -; Use Sybase-style magic quotes (escape ' with '' instead of \'). -magic_quotes_sybase = Off - ; Automatically add files before or after any PHP document. auto_prepend_file = auto_append_file = |