Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59543 invoked from network); 15 Apr 2009 11:44:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2009 11:44:45 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 209.85.219.179 mail-ew0-f179.google.com Received: from [209.85.219.179] ([209.85.219.179:54687] helo=mail-ew0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/A0-55480-CA8C5E94 for ; Wed, 15 Apr 2009 07:44:44 -0400 Received: by ewy27 with SMTP id 27so3405898ewy.23 for ; Wed, 15 Apr 2009 04:44:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=bf0V/njADifmH5qiAfzCYPNLgE04kKGrrQViMJAVJKY=; b=BBbfex2M64sw0LiHsm7Z5xfMI/i3NKO+VHYbdOmRYDn99QNRqmb/dgJE4tpdX6kNj/ QufyVA3CrP1juAt8P/IrrhiCUjsSmgWNVz/RvOmDf29WN2hLpwFAIHtTEcOBFspmWn2b e1d3WE9gOEHl34rboktMbCWtdlMS5pdIfZ5K0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=UCkkUAltPqZ9ZWjThat7KRWKzs0qASbGLXBJEDKDuZ4Vl/MDI5iy+T6ky6J0CzgS2k srMJ4g1Ed/xLuqJ6M8kVyEuU1K0qyl1drH8lX58f3WdcQjzaxZIdNCEsegq911pPpmLm uL7vFk9Wg31+gcDgtqJOE9tHjGKz3j5divyCg= Received: by 10.210.76.4 with SMTP id y4mr4080556eba.22.1239795881210; Wed, 15 Apr 2009 04:44:41 -0700 (PDT) Received: from ?192.168.1.10? (207-177-41-213.getmyip.com [213.41.177.207]) by mx.google.com with ESMTPS id f13sm412403gvd.11.2009.04.15.04.44.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 04:44:40 -0700 (PDT) Sender: Arnaud LB To: Dmitry Stogov Cc: PHP Internals , Lukas Kahwe Smith , Johannes =?ISO-8859-1?Q?Schl=FCter?= , Stas Malyshev , Andi Gutmans , Sara Golemon In-Reply-To: <49E4A4CD.5010809@zend.com> References: <49E4A4CD.5010809@zend.com> Content-Type: text/plain Date: Wed, 15 Apr 2009 13:44:37 +0200 Message-ID: <1239795878.25222.112.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Support for "Transfer-Encoding: chunked" in http stream wrapper From: lbarnaud@php.net (Arnaud Le Blanc) Hi, On Tue, 2009-04-14 at 18:59 +0400, Dmitry Stogov wrote: > Some PHP applications which check for Transfer-Encoding HTTP header and > perform manual decoding might be broken. What about not adding the Transfer-Encoding header to wrapper_data ? (not making it visible so that scripts would not break). Also, re-enabling the filters list in stream_get_meta_data() so that one can know that the dechunk filter has been added. Regards, Arnaud