Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96530 invoked from network); 12 Jun 2008 21:51:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2008 21:51:57 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:50589] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/2D-15165-B7A91584 for ; Thu, 12 Jun 2008 17:51:57 -0400 Received: (qmail 8703 invoked by uid 507); 12 Jun 2008 21:51:50 -0000 Received: from unknown (HELO ?192.168.1.100?) (postmaster%schlueters.de@88.217.21.65) by mail4.netbeat.de with ESMTPA; 12 Jun 2008 21:51:50 -0000 To: Pierre Joye Cc: internals In-Reply-To: References: Content-Type: text/plain Date: Thu, 12 Jun 2008 23:51:35 +0200 Message-ID: <1213307495.21247.31.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] extensions status, to move to pecl or to drop From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Thu, 2008-06-12 at 16:31 +0200, Pierre Joye wrote: > * Extension being deleted (not removed, a "cvs rm" will be done) > > mhash, no impact as we provide a compatibility layer via ext/hash > (Thanks to Scott) We should keep this somewhere in Siberia like we did with other extensions we removed. (PHP 4 XML stuff for instance) > * Extension looking for love (if noone raises the hand, they will end > in PECL too) > > - ncurses > I can help here for the windows port and pdcurses support on unix and > windows. Hartmurt agreed for the move it to pecl for 5.3. hm, I thought this was already done, go for it. > - smnp > nice ext, any ISP out there willing to help? I can help for the windows support Last time I checked it worked nicely and I know other user which have no problems either, so I guess there's not much maintenance needed. The only thing I see is implementing new parameter parsing API. So I don't see a reason to move it to PECL. > Can be moved PECL > - interbase > - fpdf > - fbsql > - sybase and sybase_ct Moving fpdf shouldn't be a problem, for the others I can't really judge, I don't know a user of these, but that's me. johannes