Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39428 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30632 invoked from network); 29 Jul 2008 07:20:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 07:20:59 -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.134.187 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.134.187 mu-out-0910.google.com Received: from [209.85.134.187] ([209.85.134.187:34956] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/89-24886-6D4CE884 for ; Tue, 29 Jul 2008 03:20:56 -0400 Received: by mu-out-0910.google.com with SMTP id i2so3717186mue.3 for ; Tue, 29 Jul 2008 00:20:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=vCv67L3wdy6tVw3mDo8JcXF+z2Y6Pb1vgZYxEtSuLUw=; b=j9lUCj15gv7qfJPeWph/rADSumPyqm7WlkGdaCA3yDh8zg2Gsu08AfZCf9PlTKFNgb hn1VV6R5XfVTlJSbF0yaOq/JFv99FLHY67gPqb2s27VyuLUj9yk42X7rRMUN7xrnRzYs FbQzQh2kZjDyiqGY5VS5QNHuxNsft8IaqwblI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fXNB4wWlTeWg8aw5CRz8bppAKMRawfINQ30+i7tLos42/v/DLKQopGs+11vEofySBA ObdsHDzwDDRKiONFWk+NDa3BuT6OlyNxxN5yAxT0eyCIutkP7z3gv7d1pOps3d0iezCq GdHgcJeqE73+vWjFt5KhsC5UIEqpQxteajdDU= Received: by 10.103.22.11 with SMTP id z11mr3143167mui.106.1217316050946; Tue, 29 Jul 2008 00:20:50 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Tue, 29 Jul 2008 00:20:50 -0700 (PDT) Message-ID: <7f3ed2c30807290020y670783e9jdcb6422d654e5d05@mail.gmail.com> Date: Tue, 29 Jul 2008 09:20:50 +0200 To: "Edward Z. Yang" Cc: internals@lists.php.net In-Reply-To: <5B.C1.24886.5839E884@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4885E513.6080702@bitextender.com> <48864FA5.6050104@zend.com> <48876D27.6030407@bitextender.com> <08.81.24886.5139E884@pb1.pair.com> <5B.C1.24886.5839E884@pb1.pair.com> Subject: Re: [PHP-DEV] Patch for HTTP successful status codes From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, Jul 29, 2008 at 05:50, Edward Z. Yang wrote: > Edward Z. Yang wrote: >> It's a configurable option (don't have the code in front of me, so no >> proof, sorry). You can set redirects = 0, and have http not follow any >> redirects. > > Whoops, I'm talking about pecl/http, not the http wrapper. Disregard the > above. No. You are right. You can turn it off: http://no2.php.net/manual/en/context.http.php#context.http.max-redirects -Hannes