Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2265 invoked from network); 10 Jun 2008 18:54:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2008 18:54:28 -0000 Authentication-Results: pb1.pair.com header.from=christoph@christophdorn.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christoph@christophdorn.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain christophdorn.com from 24.71.223.10 cause and error) X-PHP-List-Original-Sender: christoph@christophdorn.com X-Host-Fingerprint: 24.71.223.10 idcmail-mo1so.shaw.ca Received: from [24.71.223.10] ([24.71.223.10:62800] helo=pd2mo2so.prod.shaw.ca) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/D2-15621-4EDCE484 for ; Tue, 10 Jun 2008 14:54:28 -0400 Received: from pd4mr6so.prod.shaw.ca (pd4mr6so-qfe3.prod.shaw.ca [10.0.141.69]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K2900CQ8GH8IHC0@l-daemon> for internals@lists.php.net; Tue, 10 Jun 2008 12:53:32 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K2900F3NGH14550@pd4mr6so.prod.shaw.ca> for internals@lists.php.net; Tue, 10 Jun 2008 12:53:33 -0600 (MDT) Received: from macbook.home.cadorn.net ([70.72.167.129]) by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K2900A9PGGYG620@l-daemon> for internals@lists.php.net; Tue, 10 Jun 2008 12:53:24 -0600 (MDT) Date: Tue, 10 Jun 2008 12:53:22 -0600 To: internals@lists.php.net Reply-to: christoph@christophdorn.com Message-ID: <484ECDA2.3040609@christophdorn.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.6 User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) Subject: Symbol not found: _TSRMSLS_FETCH From: christoph@christophdorn.com (Christoph Dorn) I am trying to call CG(function_table) from within my PHP_RINIT_FUNCTION() and from what I have found I need to call TSRMSLS_FETCH() first to populate the function table in a thread safe way. When I run the extension I get: dyld: lazy symbol binding failed: Symbol not found: _TSRMSLS_FETCH Referenced from: /Library/PHP5/lib/php/extensions/no-debug-zts-20060613/vardumpoverload.so Expected in: flat namespace dyld: Symbol not found: _TSRMSLS_FETCH Referenced from: /Library/PHP5/lib/php/extensions/no-debug-zts-20060613/vardumpoverload.so Expected in: flat namespace Any pointers? Is there a more specific mailing list than php internals to get help with writing extensions for PHP? I don't want to bother people here with my newbie questions unless you don't mind. Thanks Christoph