Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27749 invoked from network); 11 Nov 2014 08:57:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2014 08:57:24 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:46837] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/21-17159-37FC1645 for ; Tue, 11 Nov 2014 03:57:24 -0500 Received: by mail-la0-f50.google.com with SMTP id hs14so2884232lab.23 for ; Tue, 11 Nov 2014 00:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GuXct+l5u4+ei/0+Bzvrl1elRGxLweZFBendD+s7NVw=; b=d6IZK6/nSIsSLmfgUDu95HEDQladhIUCuxJTSsXtayRDMeIa8R4MPhcuzgDcVYXRkT kbMUbdmEZjIZCAHdsUtmo71aD+7QpiF46GM0WzHNjUYNDKDI7jwK70HntaKFy5Ia8CGE XZu5sWfAsM91kDAfc87jXh2Qs9JA9Jp6iWcqDllZAILiWK498mH0LwEmZt48fJGBS2Vj t/677ih+iHrhQcaGAVTt5HdDZHfZ+JjIQtE5loZEbBuTRQ4M7eonF+F7ETSTzV+VPUcV WY+Br81Z3pRrLZiC8MSOv7GBL5s3HZHkhq/myflOja2c+XvwDgMXouCatHpJY/qVyhOs 7jPg== MIME-Version: 1.0 X-Received: by 10.152.27.2 with SMTP id p2mr25550773lag.19.1415696241009; Tue, 11 Nov 2014 00:57:21 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.112.73.97 with HTTP; Tue, 11 Nov 2014 00:57:20 -0800 (PST) In-Reply-To: <5461C920.8050006@beccati.com> References: <5461C920.8050006@beccati.com> Date: Tue, 11 Nov 2014 09:57:20 +0100 X-Google-Sender-Auth: VFZnBCF5FkaRZhOBpIW6mjMHSW4 Message-ID: To: Matteo Beccati Cc: Internals , skettler@php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] gzopen vs gzopen64 From: kalle@php.net (Kalle Sommer Nielsen) Hi Matteo 2014-11-11 9:30 GMT+01:00 Matteo Beccati : > Hi, > > I wasn't aware of this particular issue, until a few minutes ago (got a > bug report from a user). Any reason why: > > https://bugs.php.net/bug.php?id=53829 > > is still pending? Seems like a weird inconsistentcy to me, and I think the "alias" fix is the proper fix here for BC. If you merge it (or anyone else), please remember to mark it as a doc bug after so we can note such in the manual (didn't look, but I doubt it is there else I'm sure this issue was more known) -- regards, Kalle Sommer Nielsen kalle@php.net