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
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 PROT