Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69070 invoked from network); 27 Mar 2008 01:06:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2008 01:06:55 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.204.229 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.204.229 qb-out-0506.google.com Received: from [72.14.204.229] ([72.14.204.229:58325] helo=qb-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/9C-47041-4EBEAE74 for ; Wed, 26 Mar 2008 19:35:48 -0500 Received: by qb-out-0506.google.com with SMTP id e11so4725674qbe.15 for ; Wed, 26 Mar 2008 17:35:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Z9Pm8fUg0xjRzc/8wphaxRowA0rsmQv7EhnFZafeixw=; b=htLYwl9+jTUKUJh/hcdxg0yjYFT48joLiezR9Bgsh1i+o3X23rPKLxLk0ZVwckwF4y6o6NnyP3fImSVptNunNbZUbzF0AUIsIO7wlYS/Ta0EyhkHPG1cUIbVPpLpfg1jBKNKjTA3V1rsUQQ3TT5LTNVVDHrWqsLkHvvkXFl6zsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ga2yymto4kylOxGSyMcg66SaGA4/GIoV9WXnWUehNHzVVvYB48k5PoHw8vLjISqQwb3htM4+WfrFrlMHT76NWMeu4XmS+lhfpCxbqS/1aAvEhG7PMd+m5LBGBchfzb2H+xX9+qgtXw7A2Up7pObQalQgDeMoR2fxo/LVfWIvgG8= Received: by 10.140.177.15 with SMTP id z15mr614870rve.128.1206578145867; Wed, 26 Mar 2008 17:35:45 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Wed, 26 Mar 2008 17:35:45 -0700 (PDT) Message-ID: Date: Thu, 27 Mar 2008 01:35:45 +0100 To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: "Felipe Pena" , internals@lists.php.net In-Reply-To: <1206576330.11056.44.camel@goldfinger> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> <1206575656.11056.41.camel@goldfinger> <1206576330.11056.44.camel@goldfinger> Subject: Re: [PHP-DEV] Re: Backporting to 5_3 From: pierre.php@gmail.com ("Pierre Joye") On Thu, Mar 27, 2008 at 1:05 AM, Johannes Schl=FCter wro= te: > > On Thu, 2008-03-27 at 01:01 +0100, "Pierre Joye" wrote: > > On Thu, Mar 27, 2008 at 12:54 AM, Johannes Schl=FCter wrote: > > > > > > > > And compile time JIT is fine as long as we don't have to care for > > > encoding, right? So this change won't be needed in 5.3. > > > > Except when one sends a xxMB post that you are not expecting and will > > not use. But that has been so for years, too bad though, 5.3 is the > > perfect time for such thing. > > which is handled by post_max_filesize and as long as we don't add error > handling it doesn't make a difference if that happens at compile- or > runtime. Indeed it makes a difference. In one case it is always initialized, in the other only if it is actually used (and not only if a _GET/_POST... exists in the script). That's a pretty big difference. --=20 Pierre http://blog.thepimp.net | http://www.libgd.org