Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26772 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2058 invoked by uid 1010); 3 Dec 2006 11:53:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2043 invoked from network); 3 Dec 2006 11:53:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2006 11:53:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.188] ([64.233.182.188:19345] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/34-04825-17AB2754 for ; Sun, 03 Dec 2006 06:52:52 -0500 Received: by nf-out-0910.google.com with SMTP id l35so4416926nfa for ; Sun, 03 Dec 2006 03:52:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aS5VWmB71WS2PJwto4GxylMcuDBQJLaAraBkCejNLqlFl6bchJ/hfC3yb9aVykH3VUER6/IvQnZkwEAWVQI7FZApIwkZfjujEkt40hlMRbOrmknf6EnPMBf6Jh25ZxHAgd6j0YPChUIctCzEhz97DGvHbJPvWXjk9hMNSLx9D+4= Received: by 10.78.128.11 with SMTP id a11mr6635288hud.1165146734297; Sun, 03 Dec 2006 03:52:14 -0800 (PST) Received: by 10.78.162.2 with HTTP; Sun, 3 Dec 2006 03:52:14 -0800 (PST) Message-ID: Date: Sun, 3 Dec 2006 14:52:14 +0300 To: internals@lists.php.net In-Reply-To: <006601c716c0$4bf185c0$0201a8c0@pc1> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <006601c716c0$4bf185c0$0201a8c0@pc1> Subject: Re: [PHP-DEV] persistent memory management From: indeyets@gmail.com ("Alexey Zakhlestin") 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 -- Alexey Zakhlestin http://blog.milkfarmsoft.com/