diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 3f1a9654a2..88b446b430 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -1107,9 +1107,27 @@ option is turned on (it defaults to off). + + + Raw POST data: <varname>$HTTP_RAW_POST_DATA</varname> + + $HTTP_RAW_POST_DATA contains the raw POST data. + See always_populate_raw_post_data + + + + + HTTP response headers: <varname>$http_response_header</varname> + + The $http_response_header array is similiar to the + get_headers function. When using the + HTTP wrapper + $http_response_header will be populated with the HTTP + response headers. + + + - - Predefined Classes