]> granicus.if.org Git - php/commit
Add always_populate_raw_post_data ini directive and default it to 0 to
authorRasmus Lerdorf <rasmus@php.net>
Tue, 17 Jul 2001 16:46:07 +0000 (16:46 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 17 Jul 2001 16:46:07 +0000 (16:46 +0000)
commit9bc97ac865c74495622d4d71c3a84c9d65c8baf7
tree3fa189505f3ee927900bd63c05494ad55a55931d
parent6bd084cb0af39bf4a246c93aa0d8d8e0d280e455
Add always_populate_raw_post_data ini directive and default it to 0 to
maintain current behaviour.  If this is turned on then $HTTP_RAW_POST_DATA
is always populated with a copy of the raw post data.
@ - Add config option (always_populate_raw_post_data) which when enabled
@   will always populate $HTTP_RAW_POST_DATA regardless of the post mime
@   type (Rasmus)
main/SAPI.c
main/main.c
main/php_content_types.c
main/php_globals.h