Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39137 invoked by uid 1010); 29 Nov 2004 17:40:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31547 invoked by uid 1007); 29 Nov 2004 17:39:12 -0000 Message-ID: <20041129173912.31521.qmail@pb1.pair.com> To: internals@lists.php.net References: <41AADC63.60907@eagle.co.za> Date: Mon, 29 Nov 2004 09:38:29 -0800 Lines: 39 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 169.229.135.175 Subject: Re: extension module for data acquisition From: pollita@php.net ("Sara Golemon") Jan- For code samples you can look at any number of extensions available in the PECL repository ( http://pecl.php.net ). For more direct assistance, the best mailing list would be pecl-dev@lists.php.net . Do you plan to release your extension to the public as an open source extension? Or would your company rather keep the extension closed source and package it with their product? Either approach is fine, but if you plan to release it as an OSS extension then the PECL repository can offer hosting space for the source code, and package downloads (Note: LGPL licensing is strongly discouraged and GPL licensing is outright disallowed on all packages hosted in PECL -- BSD or PHP license is preferred). -Sara "Jan Zwiegers" wrote in message news:41AADC63.60907@eagle.co.za... > Hi there > > I work for a company called Eagle Technology and we manufacture a wide > range of data acquisition devices; USB, PCI, PC/104 plus etc. > Our main API is called EDR Enhanced and is available for both Win32 and > Linux. > I'm looking at developing a PHP extension for EDR Enhanced. > > Can anyone possibly tell what is the best route to develop this module > and test it. I'm refering to code samples, documentation etc. > I would really appreciate this. > > Many thanks, > Jan Zwiegers > --- > Chief Software Engineer > Eagle Technology > Cape Town, South Africa