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

Reply via email to