Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40384 invoked from network); 26 May 2009 12:36:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2009 12:36:30 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:55408] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/01-35509-C42EB1A4 for ; Tue, 26 May 2009 08:36:29 -0400 Received: from [192.168.3.68] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 0F712BFA101; Tue, 26 May 2009 16:36:25 +0400 (MSD) Message-ID: <4A1BE23A.7000408@daylessday.org> Date: Tue, 26 May 2009 16:36:10 +0400 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: David Soria Parra CC: internals@lists.php.net References: <4A1BDCF3.1020703@gmx.net> In-Reply-To: <4A1BDCF3.1020703@gmx.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0 From: tony@daylessday.org (Antony Dovgal) On 26.05.2009 16:13, David Soria Parra wrote: > Hi List, > > I recently discovered that zend_hash_func is equal to > zend_get_hash_value. To clean this up, I would like to remove > zend_hash_func in favor of zend_get_hash in HEAD. If there are no > objections I would commit a patch in a few days. 12:48 <@tony2001> dsp__: I see no point in removing it completely and breaking BC for no reason 12:48 <@tony2001> you can remove it, but leave a macro to make sure old code still works -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP