Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32055 invoked from network); 28 May 2003 07:19:23 -0000 Received: from unknown (HELO moutvdom.kundenserver.de) (212.227.126.250) by pb1.pair.com with SMTP; 28 May 2003 07:19:23 -0000 Received: from [212.227.126.221] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19KvDX-0002Uz-00 for internals@lists.php.net; Wed, 28 May 2003 09:19:23 +0200 Received: from [195.227.9.220] (helo=asterix) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19KvDV-000670-00 for internals@lists.php.net; Wed, 28 May 2003 09:19:22 +0200 To: Date: Wed, 28 May 2003 09:11:24 +0200 Message-ID: <000101c324e8$598cfb10$680fa8c0@asterix> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0002_01C324F9.1D15CB10" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: building external libraries for binary distributtion From: joerg_mauz@majox.de ("joerg mauz") ------=_NextPart_000_0002_01C324F9.1D15CB10 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit hi all, i work on building my own external library that should be usable within php using the //dl(.) command. so i read it the docs about how to write extension but i felt somehow low left alone, cause the docs only just describes how to create extensions that are shipped with the source for being able to build a complete new php (and the code the documents contain isn't working either !!!). so what i'm looking for is a mechanism to built my extension on my local php installation (full sourc of everything available) and then just only send the library file (myext.so) to the customer, that itself just puts the lib somewhere to be loaded by php's //dl(.) command are there any other docs / recources available than those from the php-manual: en/zend.creating.php thanks in advance . cu joerg ------=_NextPart_000_0002_01C324F9.1D15CB10--