Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63057 invoked by uid 1010); 19 Sep 2003 09:12:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63013 invoked from network); 19 Sep 2003 09:12:01 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 19 Sep 2003 09:12:01 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 19858148808C; Fri, 19 Sep 2003 02:11:35 -0700 (PDT) Received: from zaneeb.brainnet.i (gate.thebrainroom.net [195.149.29.154]) by mx.thebrainroom.net (Postfix) with ESMTP id F13411488089; Fri, 19 Sep 2003 02:11:32 -0700 (PDT) Received: from TITAN (titan.brainnet.i [192.168.2.7]) by zaneeb.brainnet.i (8.11.6/8.11.6) with SMTP id h8J9BvU16033; Fri, 19 Sep 2003 10:11:57 +0100 Message-ID: <062401c37e8e$13031210$0702a8c0@TITAN> To: "Cristiano Duarte" Cc: "PHP internals" References: <20030919005007.40870.qmail@pb1.pair.com> Date: Fri, 19 Sep 2003 10:11:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,MAILTO_TO_SPAM_ADDR,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Re: PHP Extension authors - please join the PECL community From: wez@thebrainroom.com ("Wez Furlong") Considering that I mentioned PEAR only once in the announcement and PECL many times, I'm surprised you picked up on PEAR ;-) PEAR (broadly speaking) is for applications, classes and scripts written using PHP. PECL is for extensions to PHP written using C (or C++). So, please subscribe to pecl-dev@, and we can kick-start your project in PECL :) --Wez. ----- Original Message ----- From: "Cristiano Duarte" To: ; ; Sent: Friday, September 19, 2003 1:50 AM Subject: [PHP-DEV] Re: PHP Extension authors - please join the PECL community > Hi Wez, > > I'm developing a PHP 5 CORBA extension. It will have an IDL compiler too. Is > PEAR the right place for it ? > > Cristiano Duarte