Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20688 invoked from network); 12 Nov 2014 14:34:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2014 14:34:45 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:36530] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/60-17424-30073645 for ; Wed, 12 Nov 2014 09:34:44 -0500 Received: by mail-wg0-f46.google.com with SMTP id x13so14423369wgg.33 for ; Wed, 12 Nov 2014 06:34:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=AiL5jAKgH2GM7HQJHX7L99Qy1N5ZT95Ra4s5GxlZKrQ=; b=X2XsijQ9R2pEZnuPyNO5/+dE37CjPBD0FOpwQftuntU89SL7eGl3qv8kHTWUtehtxo JgnuPf2Hru/FooiFQq2MqtukWCMAZ7a/7MyawHebDbFigmJwCkWurV3tg+RHhatCMD4f tSQSj2afNEZ4l0kCog8Pxk+gwpsaF8yZ6MhD8bihOOEGh5fai544pt7i7n0KW1Yxu0/c MkrazXxgGb37nZZIFuMpXboQLHc6VHl3t7AxBoPSxoiXw5L7nFF79K/r1iGhrEq/Q+AT 9Bq/KSaXNVApPoUrElB6wTzRxorQ66BzrAM/pK+T0HkTlrz9kejah4T3XQVI8htfRpXZ j/iQ== X-Received: by 10.194.91.162 with SMTP id cf2mr11125642wjb.21.1415802880002; Wed, 12 Nov 2014 06:34:40 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id cr6sm24260269wjb.44.2014.11.12.06.34.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Nov 2014 06:34:39 -0800 (PST) Sender: Michael Wallner Message-ID: <54636FFD.2050105@php.net> Date: Wed, 12 Nov 2014 15:34:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Matteo Beccati , Kalle Sommer Nielsen CC: Internals , skettler@php.net References: <5461C920.8050006@beccati.com> <5461D322.2000204@beccati.com> In-Reply-To: <5461D322.2000204@beccati.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] gzopen vs gzopen64 From: mike@php.net (Michael Wallner) On 11/11/14 10:13, Matteo Beccati wrote: > On 11/11/2014 09:57, Kalle Sommer Nielsen wrote: >> 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. > > Yes, I just don't have a working machine to test it atm. I can fire up a > VM, but it will take time. Why don't you just use PHP_NAMED_{FE,FUNCTION} macros? -- Regards, Mike