Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1896 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92536 invoked from network); 22 May 2003 17:26:19 -0000 Received: from unknown (HELO ied.ac.cn) (211.99.43.218) by pb1.pair.com with SMTP; 22 May 2003 17:26:19 -0000 Received: (qmail 1606 invoked by uid 610); 23 May 2003 00:26:52 +0800 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 May 2003 00:26:52 +0800 Date: Fri, 23 May 2003 00:26:52 +0800 (CST) X-X-Sender: hewei@web.ied.ac.cn To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Nobody cares about the aggregation bug? From: hewei@ied.org.cn (Wei He) Hi, It seems that nobody cares about the aggregation bug. I know someone can avoid using aggregation by proxy calls or even method duplication like what I'm doing now. But what I'm warrying about is that what if it is a zend hash bug. It might affect some other places at expected moments and thus costing a lot of time of many people. If so, don't say I didn't warn you. :) Wei He