Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74914 invoked by uid 1010); 23 Jan 2006 10:10:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74898 invoked from network); 23 Jan 2006 10:10:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2006 10:10:16 -0000 X-Host-Fingerprint: 66.249.82.196 xproxy.gmail.com Linux 2.4/2.6 Received: from ([66.249.82.196:1498] helo=xproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 54/D5-06819-88BA4D34 for ; Mon, 23 Jan 2006 05:10:16 -0500 Received: by xproxy.gmail.com with SMTP id t10so724175wxc for ; Mon, 23 Jan 2006 02:10:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EaEqBMvL35HY8Qiif0tNuAQR457Dpa8Oww7XG8uD3D1cJegALMTdstKZAQtoHpqzfyPY6Vj3q0U/EIgIwFE+Hol4v7z9R4Zy2uppohZpb2khxHruceMPKxXvc8IEM0m+DWZ7AVac+ew2tykb5MVSS6Rp8mBhJebs4V///w6pU64= Received: by 10.70.26.13 with SMTP id 13mr5228370wxz; Mon, 23 Jan 2006 02:10:11 -0800 (PST) Received: by 10.70.41.14 with HTTP; Mon, 23 Jan 2006 02:10:11 -0800 (PST) Message-ID: <7f3ed2c30601230210k6927d05dke347e28c6ee1fa4@mail.gmail.com> Date: Mon, 23 Jan 2006 11:10:11 +0100 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: get_headers() improvements From: hannes.magnusson@gmail.com (Hannes Magnusson) Hi all Isn't http://news.php.net/php.cvs/36579 fix for #34059 ? (not mentioned in the NEWS file - and the report is still open). Ilias previous get_headers() patch (http://news.php.net/php.cvs/36564) allows get_headers() to use "default context" set by stream_context_get_default() (which btw is quite weird name to *set* default context).. ..but it doesn't take context argument so I would need to run stream_context_get_default() before calling get_headers() and then change it back by running stream_context_get_default() again... And, at last, any word on #34058? - Hannes