summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-09-19 15:40:10 +0200
committerMichael Wallner <mike@php.net>2013-09-19 15:41:04 +0200
commit11d60447f9f22944dd08d8dacba1230fc4caabd8 (patch)
tree2e3cc5ccf1548cc1160dd3806ce0c91499fc0b48 /main/SAPI.h
parentb6d0cb05533d1c7a8f0cce5cffc20352669a2506 (diff)
downloadphp-git-11d60447f9f22944dd08d8dacba1230fc4caabd8.tar.gz
add note about request_body and php://input
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
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;