On Tue, 07 Dec 2010 17:58:45 -0000, Julien Pauli <jpa...@php.net> wrote:

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.


Yes. Parsing the POST data occurs in a later phase (see post_reader vs post_handler/treat_data). This consideration doesn't apply to multipart, which combines the two steps.

--
Gustavo Lopes

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

Reply via email to