We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f7daa commit dd836f2Copy full SHA for dd836f2
UPGRADING
@@ -58,16 +58,14 @@ PHP 5.4 UPGRADE NOTES
58
- Deprecated php.ini directives will now throw an E_CORE_WARNING's
59
instead of the previous E_WARNING's.
60
61
-- The following php.ini directives are marked as deprecated:
62
- - magic_quotes_gpc
63
- - magic_quotes_runtime
64
- - magic_quotes_sybase
65
-
66
- The following php.ini directives are no longer available in PHP 5.4
67
and will now throw an E_CORE_ERROR upon startup:
68
- allow_call_time_pass_reference
69
- define_syslog_variables
70
- highlight.bg
+ - magic_quotes_gpc
+ - magic_quotes_runtime
+ - magic_quotes_sybase
71
- register_globals
72
- register_long_arrays
73
- safe_mode
0 commit comments