Skip to content

Commit 8d087dc

Browse files
committed
Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA.
Fixes bug #65745 (Typo in commit 4a3936e).
1 parent c760ff1 commit 8d087dc

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)