Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-18 Thread Jacques Marneweck
Hi Michael: Can you fix the typo of $HTTP_ROW_POST_DATA to $HTTP_RAW_POST_DATA in the UPGRADING file. Thanks. Regards --jm Michael Wallner 17 September 2013 11:08 AM Commit: 4a3936ef4abdeb72c7d323fe4b6a65e1ae0ef181Author:Michael Wallner m...@php.net

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-18 Thread Michael Wallner
On 18 September 2013 07:45, Jacques Marneweck jacq...@siberia.co.za wrote: Hi Michael: Can you fix the typo of $HTTP_ROW_POST_DATA to $HTTP_RAW_POST_DATA in the UPGRADING file. Sure! Thanks for the hint.

[PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Michael Wallner
Commit:4a3936ef4abdeb72c7d323fe4b6a65e1ae0ef181 Author:Michael Wallner m...@php.net Tue, 17 Sep 2013 11:08:23 +0200 Parents: 1c15d70cbd91e3f502694a31704e959cf734d8da Branches: master Link:

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Yasuo Ohgaki
Hi Mike, The code looks great! I need to get SG(request_info).post_data and SG(request_info).raw_post_data in a module at RINIT and runtime. I asked it internals ML. Could you give me some pointers? Thank you. -- Yasuo Ohgaki yohg...@ohgaki.net

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Michael Wallner
HiYasuo! On Sep 17, 2013 9:39 PM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Mike, The code looks great! I need to get SG(request_info).post_data and SG(request_info).raw_post_data in a module at RINIT and runtime. I asked it internals ML. Could you give me some pointers? Did you try to

Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS

2013-09-17 Thread Yasuo Ohgaki
Hi Mike, On Wed, Sep 18, 2013 at 5:16 AM, Michael Wallner m...@php.net wrote: Did you try to open and use a php://input wrapper instead of using SG(request_info).request_body directly like said in UPGRADING.INTERNALS? I didn't read the last and the most important paragraph :( Thank you for