Re: [PHP-DEV] Bug #10533: empty POST variables when file uploads disabled

2001-04-28 Thread Zeev Suraski
The way PHP works right now is that multipart encoding is rejected if file uploads are disabled. We should either change the name of the INI directive to reflect that it really disables multipart POSTs, or ignore the file entries in a multipart POST. Thoughts? At 06:08 28/4/2001, [EMAIL

Re: [PHP-DEV] Bug #10533: empty POST variables when file uploads disabled

2001-04-28 Thread Nolan Andres
Seems to me that disabling file uploads *specifically* is a potentially valuable feature, so I think it's worth keeping the INI directive. Ignoring the file entries makes the most sense to me. This wouldn't break existing php.ini files, either (though it would change their effect). Now, it may be

[PHP-DEV] Bug #10533: empty POST variables when file uploads disabled

2001-04-27 Thread nolan
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: empty POST variables when file uploads disabled I'm not sure if this is a bug or a feature, but I came across it while thinking that having