Skip to content

Commit f4ce018

Browse files
committed
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.
2 parents fad80da + 8d087dc commit f4ce018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP X.Y UPGRADE NOTES
2626
<?php
2727
global $HTTP_RAW_POST_DATA;
2828
if (!isset($HTTP_RAW_POST_DATA)) {
29-
$HTTP_ROW_POST_DATA = file_get_contents("php://input");
29+
$HTTP_RAW_POST_DATA = file_get_contents("php://input");
3030
}
3131
?>
3232

0 commit comments

Comments
 (0)