Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26776 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17632 invoked by uid 1010); 3 Dec 2006 13:05:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17617 invoked from network); 3 Dec 2006 13:05:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2006 13:05:30 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; 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:43934] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/B6-04825-45BC2754 for ; Sun, 03 Dec 2006 08:04:55 -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 kB3D4GNN011067; Sun, 3 Dec 2006 07:04:16 -0600 Message-ID: <00de01c716db$8a07e2d0$0201a8c0@pc1> To: , "Alexey Zakhlestin" References: <006601c716c0$4bf185c0$0201a8c0@pc1> <00ca01c716d6$50e006e0$0201a8c0@pc1> Date: Sun, 3 Dec 2006 07:04:16 -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, Whoops! Ugh, I was looking at the first param of zend_hash_add(). :-O You're correct then, sorry! :-/ Matt ----- Original Message ----- From: "Alexey Zakhlestin" Sent: Sunday, December 03, 2006 > first zend_hash_add adds ns_ht, so it is (HashTable *) > second zend_hash_add adds p_val, so it is (zval *) > > am I missing something obvious? > > -- > Alexey Zakhlestin > http://blog.milkfarmsoft.com/