Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30959 invoked from network); 16 Aug 2008 11:06:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2008 11:06:02 -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.188 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.188 mu-out-0910.google.com Received: from [209.85.134.188] ([209.85.134.188:13902] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/45-29044-794B6A84 for ; Sat, 16 Aug 2008 07:06:00 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1140121mue.3 for ; Sat, 16 Aug 2008 04:05:56 -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=f+VidNy8JARnVfE21JqRRbEAzllfg3CVse8RhKuMB/w=; b=KTffPctkQdwCvnOt7yz2ttq0CeXIc0lzzfxYweN2W/J6yE1aL1yWnTOW4RSkSX8PWx 5L2T5bfzFio2X8AA4anMSBEfLLijS01NDRVTlB4+20ty3sfDrpXp1cEwokf+8vj1wrcC qZ8ylNU7hlCVwMDQ1MK+uI7coFQ7pwaRdLAkA= 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=uul4PmoOhoho+WE6N/4DZtwTzGScqWAn8g3QyBB9uIejAT/hLeanecncBMrNFEob79 BCR3VdeKBvYbek0vLsjJFwHzdhS3JDhVlMBC7qRcS386Dxb/WStQXgvvuwZnTyaBP81W g+ra2W5oE5myDqIMWLSZZEBuY9dKU187sKwIg= Received: by 10.103.18.19 with SMTP id v19mr2616264mui.123.1218884755647; Sat, 16 Aug 2008 04:05:55 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Sat, 16 Aug 2008 04:05:55 -0700 (PDT) Message-ID: <7f3ed2c30808160405k22426ecbn659c7253798fd9ce@mail.gmail.com> Date: Sat, 16 Aug 2008 13:05:55 +0200 To: "Davey Shafik" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , internals@lists.php.net In-Reply-To: <3B09A0ED-C88D-4876-A09A-F8107F86911B@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <220AF877-747F-4BDB-8631-235B54ED2503@php.net> <7f3ed2c30808040049w7172205ey4ae460be4beabcee@mail.gmail.com> <1217847749.4175.27.camel@goldfinger.johannes.nop> <7f3ed2c30808040414y41f32ef6ka5a9396e027978d5@mail.gmail.com> <2A1FDF9D-4C69-433C-8187-6D3C8A1BA550@php.net> <7f3ed2c30808060047jb918049o8492b9c4bf58bd77@mail.gmail.com> <7f3ed2c30808060838g48a23225gd05c49ab0d89b660@mail.gmail.com> <3B09A0ED-C88D-4876-A09A-F8107F86911B@php.net> Subject: Re: [PHP-DEV] [PATCH] Alias stream_context_get_default() as stream_context_set_default() From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Aug 7, 2008 at 03:42, Davey Shafik wrote: > > oops, patch is still at: > http://pixelated-dreams.com/~davey/stream_context_set_default.patch Committed. Care to write the docs for it too? :) -Hannes