Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9098 invoked by uid 1010); 21 Nov 2007 20:13:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9083 invoked from network); 21 Nov 2007 20:13:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2007 20:13:34 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.183 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.162.183 el-out-1112.google.com Linux 2.4/2.6 Received: from [209.85.162.183] ([209.85.162.183:43971] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/E5-07490-C6194474 for ; Wed, 21 Nov 2007 15:13:33 -0500 Received: by el-out-1112.google.com with SMTP id p32so1080561elf for ; Wed, 21 Nov 2007 12:13:29 -0800 (PST) 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=Lz75/TVa6tvdT/sn8ormcDLx3chrUrbkx5obeS+lI5w=; b=iWD5CY0fzG7hq9yZZIBugp1i4lo+QmTEVnAt3+AkjwVik+pTPAXxPOzqkjJgA6hxfWSr4du5lwfVaoOi+Cuq6f/owmNLm3ooe+QI25RioT9lCjctc9dj0pxpKpuPX+OFwhzJDslJWYf+kj5yJ5YkroVrToHfYqIl8bAdaqpJmVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pd2WK8WtNLtP2H8Z4pJqYEU56VKTTmip+AKi36wIlgPmUHo1NG3ivUElLukNy+j1DiabCwH9cbq4rwG9T9X7uNL+kONrN94ZyOgNTDVooPA0GVkUg39xI19P+DfB9jKcCYY/gapXydEW79FyUlzwVUBqT43VWj5uaVrgPWPv/II= Received: by 10.142.178.13 with SMTP id a13mr1473346wff.1195676008279; Wed, 21 Nov 2007 12:13:28 -0800 (PST) Received: by 10.142.192.6 with HTTP; Wed, 21 Nov 2007 12:13:28 -0800 (PST) Message-ID: <7f3ed2c30711211213l2b1d1840vc432d1f0d3aa7fea@mail.gmail.com> Date: Wed, 21 Nov 2007 21:13:28 +0100 To: "Stefanos Stamatis" Cc: internals@lists.php.net In-Reply-To: <57181.195.134.100.34.1195666210.squirrel@webmail.uoa.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <57181.195.134.100.34.1195666210.squirrel@webmail.uoa.gr> Subject: Re: [PHP-DEV] Disabling the built-in POST handler From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Nov 21, 2007 6:30 PM, Stefanos Stamatis wrote: > So setting post_max_size to zero for the script with php_value in the > apache configuration disables the built-in post form handler resulting in > the desired behaviour! > > My question is whether this is the expected behavior of php that we can > count on and can be used as a solution to our problem. Yes. http://www.php.net/manual/en/ini.core.php#ini.post-max-size -Hannes