Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34635 invoked from network); 1 Jul 2011 00:02:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2011 00:02:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:57102] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/84-04352-AAE0D0E4 for ; Thu, 30 Jun 2011 20:02:51 -0400 Received: by bwa19 with SMTP id 19so2593216bwa.29 for ; Thu, 30 Jun 2011 17:02:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eRYbUNZlhJA5MWC7TesZnwl/BIi02n93O4MV4fg3Jz4=; b=dwtSQuzqrtsiAAdKIj2AkwCoE4MIQM5WTF9UolrKtKM9LoELwef2dvRNWUlsicy1rj UnyvhrRA4oP9+ImOBY84HmUogsrlV09IVIS++C9ld2/p9C9o/+yJlOHgetIKibEXMERx ABwdtO+Xec1FUagMYVl6vVbgfFBWWlxo1WTRw= MIME-Version: 1.0 Received: by 10.204.80.93 with SMTP id s29mr2547865bkk.23.1309478567810; Thu, 30 Jun 2011 17:02:47 -0700 (PDT) Received: by 10.204.127.98 with HTTP; Thu, 30 Jun 2011 17:02:47 -0700 (PDT) Received: by 10.204.127.98 with HTTP; Thu, 30 Jun 2011 17:02:47 -0700 (PDT) In-Reply-To: <4E0D06C9.2030102@sugarcrm.com> References: <4E0CE015.80503@no-surprises.co.uk> <4E0CEAC5.3070800@sugarcrm.com> <4E0CEBDC.6050206@no-surprises.co.uk> <4E0D06C9.2030102@sugarcrm.com> Date: Fri, 1 Jul 2011 08:02:47 +0800 Message-ID: To: Stas Malyshev Cc: Michael Maclean , PHP internals Content-Type: multipart/alternative; boundary=0016e6dd95a6e0173504a6f6bc1c Subject: Re: [PHP-DEV] Improvements to HTTP stream metadata From: tjerk.meesters@gmail.com (Tjerk Meesters) --0016e6dd95a6e0173504a6f6bc1c Content-Type: text/plain; charset=ISO-8859-1 On Jul 1, 2011 7:31 AM, "Stas Malyshev" wrote: > > Hi! > > > On 6/30/11 2:34 PM, Michael Maclean wrote: >> >> The same data also ends up in the bizarre $http_response_headers var >> that gets spontaneously created in local scope - I've wondered about how >> good that is to do. > > > This thing is indeed bizzare. I wonder if anybody uses it and why it was done this way... I use this, mainly because I don't always have the file handle after calling a function that does network requests. Who doesn't love a bit of 'magic' ;) > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --0016e6dd95a6e0173504a6f6bc1c--