Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52593 invoked by uid 1010); 11 Sep 2005 19:20:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52578 invoked from network); 11 Sep 2005 19:20:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 19:20:38 -0000 X-Host-Fingerprint: 66.108.229.165 cpe-66-108-229-165.nyc.res.rr.com Received: from ([66.108.229.165:13712] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E6/52-27924-68384234 for ; Sun, 11 Sep 2005 15:20:38 -0400 Message-ID: To: internals@lists.php.net Date: Sun, 11 Sep 2005 15:18:43 -0400 Lines: 6 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Posted-By: 66.108.229.165 Subject: Zend resources From: ScriptBlue@nyc.rr.com ("RG") 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?