summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index cb82f99dd9..2d02a38565 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -72,6 +72,7 @@ PHP X.Y UPGRADE NOTES
hexadecimal numbers. Furthermore is_numeric() will not consider hexadecimal
strings to be numeric (use FILTER_VALIDATE_INT instead).
(RFC: https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings)
+ . $HTTP_RAW_POST_DATA is no longer available. Use the php://input stream instead.
- Date:
. Removed $is_dst parameter from mktime() and gmmktime().
@@ -187,6 +188,7 @@ PHP X.Y UPGRADE NOTES
- Core
. Removed asp_tags ini directive. Trying to enable it will result in a fatal
error.
+ . Removed always_populate_raw_post_data ini directive.
========================================
12. Windows Support