diff options
| author | Christopher Jones <sixd@php.net> | 2013-09-24 05:40:53 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-09-24 05:40:53 -0700 |
| commit | f4ce01864aadb176527c219b963c9955097a48a7 (patch) | |
| tree | 9dd102de81f75658deecf296c3546d3f35845f10 | |
| parent | fad80daec58dd54127ba94eeaab4b3d9d1cb65f0 (diff) | |
| parent | 8d087dc0d7c88e26539646875dc0f7bb5042187b (diff) | |
| download | php-git-f4ce01864aadb176527c219b963c9955097a48a7.tar.gz | |
Merge branch 'master' of https://git.php.net/repository/php-src
* 'master' of https://git.php.net/repository/php-src:
Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA.
| -rwxr-xr-x | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ PHP X.Y UPGRADE NOTES <?php global $HTTP_RAW_POST_DATA; if (!isset($HTTP_RAW_POST_DATA)) { - $HTTP_ROW_POST_DATA = file_get_contents("php://input"); + $HTTP_RAW_POST_DATA = file_get_contents("php://input"); } ?> |
