Re: [PHP-DEV] Disabling the built-in POST handler

2007-11-22 Thread Richard Quadling
On 21/11/2007, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Nov 21, 2007 6:30 PM, Stefanos Stamatis <[EMAIL PROTECTED]> wrote: > > So setting post_max_size to zero for the script with php_value in the > > apache configuration disables the built-in post form handler resulting in > > the desired

Re: [PHP-DEV] Disabling the built-in POST handler

2007-11-21 Thread Hannes Magnusson
On Nov 21, 2007 6:30 PM, Stefanos Stamatis <[EMAIL PROTECTED]> wrote: > So setting post_max_size to zero for the script with php_value in the > apache configuration disables the built-in post form handler resulting in > the desired behaviour! > > My question is whether this is the expected behavior

[PHP-DEV] Disabling the built-in POST handler

2007-11-21 Thread Stefanos Stamatis
Trying to find a way to disable the built-in post form handler for the reasons discussed here: http://marc.info/?l=php-general&m=119160177617046&w=2 I looked at the code of php and found out that inside main/rfc1867.c in function rfc1867_post_handler there is a check whether the posted data content

[PHP-DEV] Disabling the built-in POST handler

2007-11-06 Thread Stefanos Stamatis
Trying to find a way to disable the built-in post form handler for the reasons discussed here: http://marc.info/?l=php-general&m=119160177617046&w=2 I looked at the code of php and found out that inside main/rfc1867.c in function rfc1867_post_handler there is a check whether the posted data content