Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9764 invoked by uid 1010); 3 Dec 2006 12:28:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9749 invoked from network); 3 Dec 2006 12:28:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2006 12:28:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.142.136.132 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.142.136.132 msa2-mx.centurytel.net Linux 2.4/2.6 Received: from [209.142.136.132] ([209.142.136.132:51206] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/65-04825-092C2754 for ; Sun, 03 Dec 2006 07:27:32 -0500 Received: from pc1 (d8-162.rt-bras.wnvl.centurytel.net [69.179.135.162]) by msa2-mx.centurytel.net (8.13.6/8.13.6) with SMTP id kB3CQqtD006987; Sun, 3 Dec 2006 06:26:53 -0600 Message-ID: <00ca01c716d6$50e006e0$0201a8c0@pc1> To: , "Alexey Zakhlestin" References: <006601c716c0$4bf185c0$0201a8c0@pc1> Date: Sun, 3 Dec 2006 06:26:53 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Re: [PHP-DEV] persistent memory management From: php_lists@realplain.com ("Matt Wilmas") Hi Alexey, ----- Original Message ----- From: "Alexey Zakhlestin" Sent: Sunday, December 03, 2006 > On 12/3/06, Matt Wilmas wrote: > > Hi Alexey, > > > > Not sure what the exact problem is, or if this is related, but in your > > loc_set() function's zend_hash_add() calls, you have sizeof(HashTable) and > > sizeof(zval). Shouldn't both of those be sizeof(HashTable *) ? :-) > > (HashTable *) and (zval *), actually > thanks Well, your variables being added, g_ht and ns_ht, are both HashTable * , so... ;-) > Alexey Zakhlestin > http://blog.milkfarmsoft.com/ Matt