Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88261 invoked from network); 6 Aug 2008 05:17:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2008 05:17:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.239 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.198.239 rv-out-0506.google.com Received: from [209.85.198.239] ([209.85.198.239:42942] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/1F-01880-DD339984 for ; Wed, 06 Aug 2008 01:17:17 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2843156rvb.23 for ; Tue, 05 Aug 2008 22:17:14 -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:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=2Q3PbEAz6vdwNedVXHu/nAg5K9t4+mTLX49pF90OaKM=; b=kPy1SvhqEG1o/UvLjcfIaX3koGf/ExSEPN/hbirU0VobO3jHU8nCh80oguhUQdBzYw G5seUjeRjhIltV8t3ib0rWCYrsJG9jT+XQvJjk3q9cObSAjbN7G/GqPDl7lU86bRdfi1 if4OMTZqnI93jDWoG/boWUUKkbFpNqGGk7zxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=J3UnLUR9mtxVrEGIJBGkD0Vh2h5mei2+LwgzP+M6tf0/xjdLcN5cAHWvZx+OfVv0cU DH3ZxhkgYceCgvalg2Z95YCj5wVR41g19tMqO+D2ynbBlj7I8Ewgqi7zi0V/sSwWH4eX ACmuoTr0IGdzdniMfdgc6tSllYK8nyH2CtH68= Received: by 10.115.19.16 with SMTP id w16mr52324wai.102.1217999834696; Tue, 05 Aug 2008 22:17:14 -0700 (PDT) Received: by 10.115.22.7 with HTTP; Tue, 5 Aug 2008 22:17:14 -0700 (PDT) Message-ID: Date: Wed, 6 Aug 2008 06:17:14 +0100 Sender: david.coallier@gmail.com To: "Davey Shafik" Cc: "Hannes Magnusson" , "=?UTF-8?Q?\"Johannes_Schl=C3=BCter\"?=" , internals@lists.php.net In-Reply-To: <2A1FDF9D-4C69-433C-8187-6D3C8A1BA550@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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> X-Google-Sender-Auth: 55e045d43c7b70da Subject: Re: [PHP-DEV] [PATCH] Alias stream_context_get_default() as stream_context_set_default() From: davidc@php.net ("David Coallier") > I had suggested a second optional argument that could be assigned the > resource (context), and then return true. Though I still think that > returning > the resource is the best option. Runs and compiles fine from here. I like the idea too. Great first attempt :) -- Slan, David