diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-02-04 12:35:59 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-02-04 12:35:59 +0300 |
commit | 71696980885657c9953bfbbc8f32eb5f75d7cca3 (patch) | |
tree | a14ea26c3f3102a5914a400fce7a98bfdfa65b5f | |
parent | 2428fd1c8bb97def6eac3fe6d78fde9fc8908e4c (diff) | |
parent | ef058b7cb52fe845b1a4f69240324bd7f6b04575 (diff) | |
download | php-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-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |