From ef058b7cb52fe845b1a4f69240324bd7f6b04575 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 4 Feb 2015 10:22:52 +0100 Subject: Add note aout $HTTP_RAW_POST_DATA --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1