Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90334 invoked by uid 1010); 22 Feb 2005 08:39:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90303 invoked by uid 1007); 22 Feb 2005 08:39:41 -0000 Message-ID: <20050222083941.90302.qmail@lists.php.net> To: internals@lists.php.net Date: Tue, 22 Feb 2005 09:38:38 +0100 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 [ http://iworks.at ] X-Accept-Language: de-AT, de-DE, de, en, en-GB, en-US MIME-Version: 1.0 References: <421AD24B.4050507@picorp.com> In-Reply-To: <421AD24B.4050507@picorp.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD08F3D239409BE11B134F77E" X-Posted-By: 80.121.40.223 Subject: Re: Writing an Extension From: mike@php.net (Michael Wallner) --------------enigD08F3D239409BE11B134F77E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Arjun Jain, you wrote: > We need to write a PHP extension for the PI API (http://www.picorp.com). > Other than ext_skel and PECL_Gen, are there any other options? What > should I use? And also for the previous two, these does not seem to much > information available. > > Can someone please throw some light on the subject? `./ext_skel --ext-name=pi` should give you a reasonable skeleton to start with. The Zend-API section of the PHP manual provides some rough basics. Unfortunatly the best resources are lxr.php.net and ext and pecl sources. Good luck, -- Michael - < mike(@)php.net > --------------enigD08F3D239409BE11B134F77E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Cygwin) iD8DBQFCGu+O2pTtEijQyW0RAqeGAJ0ffwBesxa3NfBHS5XBjn7fk4HaOwCfQZDI mahybVdJr0NMILoQNBB2Onc= =w443 -----END PGP SIGNATURE----- --------------enigD08F3D239409BE11B134F77E--