Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33294 invoked from network); 1 Nov 2009 21:24:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2009 21:24:05 -0000 X-Host-Fingerprint: 86.137.226.219 host86-137-226-219.range86-137.btcentralplus.com Received: from [86.137.226.219] ([86.137.226.219:8037] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/82-17998-57CFDEA4 for ; Sun, 01 Nov 2009 16:24:05 -0500 Message-ID: <9A.82.17998.57CFDEA4@pb1.pair.com> To: internals@lists.php.net Date: Sun, 01 Nov 2009 21:23:58 +0000 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 References: <61.F1.17998.729FDEA4@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 86.137.226.219 Subject: Re: [PHP-DEV] Seg fault when using active_symbol_table called from userspace function. From: markskilbeck@gmail.com (Mark Skilbeck) Scott MacVicar wrote: > On 1 Nov 2009, at 21:09, Mark Skilbeck wrote: > >> [snip] > > There is no symbol table as there are no variables. You should check if > it's NULL before using zend_hash_exists. > > Scott Ah - of course. Thanks for that, Scott.