Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49714 invoked from network); 4 Jun 2009 12:21:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2009 12:21:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 85.92.87.36 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 85.92.87.36 iko.gotobg.net Linux 2.6 Received: from [85.92.87.36] ([85.92.87.36:49571] helo=iko.gotobg.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/D0-44672-24CB72A4 for ; Thu, 04 Jun 2009 08:21:23 -0400 Received: from g230226137.adsl.alicedsl.de ([92.230.226.137] helo=[192.168.1.127]) by iko.gotobg.net with esmtpa (Exim 4.69) (envelope-from ) id 1MCBwS-0002R0-RE for internals@lists.php.net; Thu, 04 Jun 2009 15:21:08 +0300 Message-ID: <4A27BC36.8070501@hristov.com> Date: Thu, 04 Jun 2009 14:21:10 +0200 User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: PHP Internals List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: HASH_DEL_KEY_QUICK without any meaning? From: php@hristov.com (Andrey Hristov) andrey@winnie:~/dev/vanilla/php5/Zend$ grep HASH_DEL_KEY_QUICK * zend_hash.h:#define HASH_DEL_KEY_QUICK 2 zend_hash.h: zend_hash_del_key_or_index(ht, arKey, nKeyLength, h, HASH_DEL_KEY_QUICK) Can someone enlighten why do we need that, or it was something left unimplemented? Something to complement the zend_hash_quick_XXXX API? Andrey