Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57903 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90352 invoked from network); 19 Feb 2012 01:15:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2012 01:15:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=hello@apfelbox.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=hello@apfelbox.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain apfelbox.net from 83.169.28.40 cause and error) X-PHP-List-Original-Sender: hello@apfelbox.net X-Host-Fingerprint: 83.169.28.40 vwp5063.webpack.hosteurope.de Received: from [83.169.28.40] ([83.169.28.40:54637] helo=vwp5063.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/50-19767-B4D404F4 for ; Sat, 18 Feb 2012 20:15:56 -0500 Received: from stgt-5f72a3f8.pool.mediaways.net ([95.114.163.248] helo=[192.168.1.111]); authenticated by vwp5063.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1RyvNY-00049m-PK; Sun, 19 Feb 2012 02:15:52 +0100 Message-ID: <4F404D45.6010009@apfelbox.net> Date: Sun, 19 Feb 2012 02:15:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: Stas Malyshev CC: Rasmus Lerdorf , PHP internals References: <4F3ECDB8.6030405@lerdorf.com> <4F3ED77D.1050408@sugarcrm.com> In-Reply-To: <4F3ED77D.1050408@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;hello@apfelbox.net;1329614156;dee56ac9; Subject: Re: [PHP-DEV] max_file_uploads INI_PERDIR From: hello@apfelbox.net (Jannik Zschiesche) Hi Stas, with HTML5 you can also do and thereby upload many files with just one file upload element. Regards Jannik Am 17.02.2012 23:41, schrieb Stas Malyshev: > Hi! > >> I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also >> in the next 5.3 release. This setting is very similar in scope to > > I think the change is good, I just want to understand - why before > 5.4.0? I understand the change itself - though the problem has rather > easy workaround, as it seems: don't put that many file uploads on the > page if you're not using them - but why the urgency? >