Skip to content

Commit dd836f2

Browse files
committed
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group
1 parent 21f7daa commit dd836f2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

UPGRADING

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,14 @@ PHP 5.4 UPGRADE NOTES
5858
- Deprecated php.ini directives will now throw an E_CORE_WARNING's
5959
instead of the previous E_WARNING's.
6060

61-
- The following php.ini directives are marked as deprecated:
62-
- magic_quotes_gpc
63-
- magic_quotes_runtime
64-
- magic_quotes_sybase
65-
6661
- The following php.ini directives are no longer available in PHP 5.4
6762
and will now throw an E_CORE_ERROR upon startup:
6863
- allow_call_time_pass_reference
6964
- define_syslog_variables
7065
- highlight.bg
66+
- magic_quotes_gpc
67+
- magic_quotes_runtime
68+
- magic_quotes_sybase
7169
- register_globals
7270
- register_long_arrays
7371
- safe_mode

0 commit comments

Comments
 (0)