Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76914 invoked by uid 1010); 14 Sep 2005 01:39:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76899 invoked from network); 14 Sep 2005 01:39:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 01:39:09 -0000 X-Host-Fingerprint: 66.108.229.165 cpe-66-108-229-165.nyc.res.rr.com Received: from ([66.108.229.165:5477] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AC/F3-41173-D3F77234 for ; Tue, 13 Sep 2005 21:39:09 -0400 Message-ID: To: internals@lists.php.net Reply-To: "RG" References: <4e89b426050911135030c1aebe@mail.gmail.com> Date: Sun, 11 Sep 2005 18:56:28 -0400 Lines: 27 Organization: blah X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 66.108.229.165 Subject: Re: [PHP-DEV] Zend resources From: ScriptBlue@nyc.rr.com ("RG") "Wez Furlong" wrote in message news:4e89b426050911135030c1aebe@mail.gmail.com... The module whose resources you are accessing needs to export a function that will give you the list id, and also publish their structure layout in a header file. Just out of interest, what functions are in your extension? --Wez. On 9/11/05, RG wrote: > I've created a new module, which is an improvement to the socket library. I > however do not plan on re-writing every single function. So I need to find a > way to somehow access the socket library's resources. My question is, is > there a way to access another module's resource? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >