Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76729 invoked by uid 1010); 11 Sep 2005 20:50:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76713 invoked from network); 11 Sep 2005 20:50:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 20:50:47 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:19748] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 81/C4-27924-7A894234 for ; Sun, 11 Sep 2005 16:50:47 -0400 Received: by wproxy.gmail.com with SMTP id i21so1488020wra for ; Sun, 11 Sep 2005 13:50:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SGfqtSwh3g4H9FDXq4xQNPUaExuJ60p3P834nDQzldZAfy8FEF3w47u0wuVkc420ysnhxnxq9TYepS5jiXJcfoJTUXlrGxuFvOcs/RLXn73r41qSbIoSSkgABxrAKIqqyKdHHfINt4tpn05fkjA01tonmdm+r37TXgaQutZWFWo= Received: by 10.54.121.9 with SMTP id t9mr2040609wrc; Sun, 11 Sep 2005 13:50:44 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sun, 11 Sep 2005 13:50:44 -0700 (PDT) Message-ID: <4e89b426050911135030c1aebe@mail.gmail.com> Date: Sun, 11 Sep 2005 16:50:44 -0400 Reply-To: kingwez@gmail.com To: RG Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: [PHP-DEV] Zend resources From: kingwez@gmail.com (Wez Furlong) 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 fin= d a > way to somehow access the socket library's resources. My question is, is > there a way to access another module's resource? >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >