Skip to content

Commit 6ee3472

Browse files
committed
Merge branch 'master' of https://git.php.net/repository/php-src
# By Michael Wallner # Via Michael Wallner * 'master' of https://git.php.net/repository/php-src: add note about request_body and php://input
2 parents b6d0cb0 + 11d6044 commit 6ee3472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/SAPI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ typedef struct {
8585
char *path_translated;
8686
char *request_uri;
8787

88+
/* Do not use request_body directly, but the php://input stream wrapper instead */
8889
struct _php_stream *request_body;
8990

9091
const char *content_type;

0 commit comments

Comments
 (0)