Skip to content

Commit b0a5e76

Browse files
committed
Merge branch 'master' of https://git.php.net/repository/php-src
* 'master' of https://git.php.net/repository/php-src: add note about request_body and php://input
2 parents 4f62df4 + 11d6044 commit b0a5e76

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)