summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-02-04 12:35:59 +0300
committerDmitry Stogov <dmitry@zend.com>2015-02-04 12:35:59 +0300
commit71696980885657c9953bfbbc8f32eb5f75d7cca3 (patch)
treea14ea26c3f3102a5914a400fce7a98bfdfa65b5f
parent2428fd1c8bb97def6eac3fe6d78fde9fc8908e4c (diff)
parentef058b7cb52fe845b1a4f69240324bd7f6b04575 (diff)
downloadphp-git-71696980885657c9953bfbbc8f32eb5f75d7cca3.tar.gz
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: Add note aout $HTTP_RAW_POST_DATA
-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