summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPhilip Olson <philip@php.net>2012-03-02 02:02:36 +0000
committerPhilip Olson <philip@php.net>2012-03-02 02:02:36 +0000
commitdd836f296e8db137c1c0e5cbb018812279433266 (patch)
treea3e46f55585c6b163fd96137c2b67af3d7e66f09 /UPGRADING
parent21f7daaca84a1bf9d2a6d9ed13b775c0c3687871 (diff)
downloadphp-git-dd836f296e8db137c1c0e5cbb018812279433266.tar.gz
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING8
1 files changed, 3 insertions, 5 deletions
diff --git a/UPGRADING b/UPGRADING
index 62233507e7..241d908655 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -58,16 +58,14 @@ PHP 5.4 UPGRADE NOTES
- Deprecated php.ini directives will now throw an E_CORE_WARNING's
instead of the previous E_WARNING's.
-- The following php.ini directives are marked as deprecated:
- - magic_quotes_gpc
- - magic_quotes_runtime
- - magic_quotes_sybase
-
- The following php.ini directives are no longer available in PHP 5.4
and will now throw an E_CORE_ERROR upon startup:
- allow_call_time_pass_reference
- define_syslog_variables
- highlight.bg
+ - magic_quotes_gpc
+ - magic_quotes_runtime
+ - magic_quotes_sybase
- register_globals
- register_long_arrays
- safe_mode