php-developer-list | 2000111
Date: 11/13/00
- Next message: auke <email protected>: "[PHP-DEV] PHP 4.0 Bug #7782: Cannot use PATH_INFO fully with php isapi"
- Previous message: James Treworgy: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Next in thread: Mike Robinson: "RE: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Reply: Mike Robinson: "RE: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 08:14 AM 11/13/00 -0600, Andrei Zmievski wrote:
>On Sun, 12 Nov 2000, Andi Gutmans wrote:
> > Any idea who/when added the post_max_size variable?
>
>NEWS file says it was Zeev.
Yes I already found it with cvsweb.
I prefer not having both of these options but just one.
Language wise it makes more sense to keep the post_max_size directive
because it includes everything and not only file uploads but as people have
always used upload_max_size it might be better to keep the old name.
Also the main question is if it is better to only have one option. They
actually aren't completely the same. The post_max_size checks the
content_length and makes sure it's not longer than the directive, the
upload_max_size is checked in rfc1867.c to see if the uploaded file doesn't
exceed a certain size.
At least to me it's not obvious how to deal with it.
Discussion?
Andi
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: auke <email protected>: "[PHP-DEV] PHP 4.0 Bug #7782: Cannot use PATH_INFO fully with php isapi"
- Previous message: James Treworgy: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Next in thread: Mike Robinson: "RE: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Reply: Mike Robinson: "RE: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Fwd: [PHP] upload_max_size vs. post_max_size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

