diff options
| author | Christopher Jones <sixd@php.net> | 2013-09-19 10:53:22 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-09-19 10:53:22 -0700 |
| commit | 6ee3472a5f0e99b2b3601361a5e89442cc141788 (patch) | |
| tree | 2e3cc5ccf1548cc1160dd3806ce0c91499fc0b48 | |
| parent | b6d0cb05533d1c7a8f0cce5cffc20352669a2506 (diff) | |
| parent | 11d60447f9f22944dd08d8dacba1230fc4caabd8 (diff) | |
| download | php-git-6ee3472a5f0e99b2b3601361a5e89442cc141788.tar.gz | |
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
| -rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 5525a2aabd..928fca95da 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -85,6 +85,7 @@ typedef struct { char *path_translated; char *request_uri; + /* Do not use request_body directly, but the php://input stream wrapper instead */ struct _php_stream *request_body; const char *content_type; |
