I don't remember the source, refresh my mind quickly please :
What happens if variables_order doesn't content 'P' ? Is the data
still duplicated into memory ? I know that $_POST is still there but
is an empty array in that case.

And yes, I'm +1 for such a patch :)

J.Pauli

On Tue, Dec 7, 2010 at 5:43 PM, Sergio A. Kessler
<sergiokess...@gmail.com> wrote:
> John Mertic <jmertic <at> php.net> writes:
>
> [snip]
>> Wouldn't something like this work?
>>
>> <Files script.php>
>> php_value disable_post_data_processing On
>> </Files>
>
> maybe it should be:
>
>  php_value post_data_processing Off
>
> so you don't have double negation in the case of
>
>  php_value disable_post_data_processing Off
>
>
> regards,
> /sak
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to