Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88944 invoked from network); 2 Jun 2009 13:37:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2009 13:37:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=crrodriguez@suse.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=crrodriguez@suse.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain suse.de from 195.135.220.2 cause and error) X-PHP-List-Original-Sender: crrodriguez@suse.de X-Host-Fingerprint: 195.135.220.2 cantor.suse.de Linux 2.4/2.6 Received: from [195.135.220.2] ([195.135.220.2:49080] helo=mx1.suse.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/73-01606-90B252A4 for ; Tue, 02 Jun 2009 09:37:15 -0400 Received: from relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 0C7BD8E8CC for ; Tue, 2 Jun 2009 15:37:11 +0200 (CEST) Message-ID: <4A252B00.50000@suse.de> Date: Tue, 02 Jun 2009 09:37:04 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1pre) Gecko/20090528 SUSE/3.0b2-11.1 Thunderbird/3.0b3pre MIME-Version: 1.0 To: internals@lists.php.net References: <4A1BDCF3.1020703@gmx.net> <4A1BE23A.7000408@daylessday.org> In-Reply-To: <4A1BE23A.7000408@daylessday.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0 From: crrodriguez@suse.de (=?ISO-8859-15?Q?Cristian_Rodr=EDguez?=) On 26/05/09 08:36, Antony Dovgal wrote: > 12:48<@tony2001> you can remove it, but leave a macro to make sure old code still works or just use __attribute__((alias("...."))); ...