Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81631 invoked by uid 1010); 28 Aug 2005 22:50:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81616 invoked from network); 28 Aug 2005 22:50:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2005 22:50:44 -0000 X-Host-Fingerprint: 167.206.4.196 mta1.srv.hcvlny.cv.net NetCache Data OnTap 5.x Received: from ([167.206.4.196:63989] helo=mta1.srv.hcvlny.cv.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B1/1D-28235-4CF32134 for ; Sun, 28 Aug 2005 18:50:44 -0400 Received: from [192.168.1.69] (ool-4576ee05.dyn.optonline.net [69.118.238.5]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with ESMTP id <0ILY00CRMFGFVBS1@mta1.srv.hcvlny.cv.net> for internals@lists.php.net; Sun, 28 Aug 2005 18:50:40 -0400 (EDT) Date: Sun, 28 Aug 2005 18:50:39 -0400 In-reply-to: <12fe01c5abdc$229e6d50$9cd96751@foxbox> To: Steph Cc: Jani Taskinen , Rasmus Lerdorf , internals@lists.php.net, rasmus@php.net Message-ID: <1125269439.27570.16.camel@localhost.localdomain> MIME-version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-type: text/plain Content-transfer-encoding: 7BIT References: <43110D8D.9080008@lerdorf.com> <1125193332.27570.4.camel@localhost.localdomain> <12fe01c5abdc$229e6d50$9cd96751@foxbox> Subject: Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear? From: john@coggeshall.org (John Coggeshall) On Sun, 2005-08-28 at 16:23 +0200, Steph wrote: > 'Replace'? Code written for ext/xmlrpc won't work with ext/xmlrpci. Will > ext/xmlrpc be available in PECL, given that it doesn't appear to have an > active maintainer? Sure it'll be in PECL, just like dio, crack, yaz, and the other half dozen or so extensions we've removed from PHP 5 ext/ and into PECL. > I'm well aware of ext/xmlrpc's limitations, haven't tried the new (but > necessary) pecl/xmlrpci yet, and have the tiny issue that a bunch of my > scripts will need a complete rewrite if the old extension is simply taken > away from PHP 5 up. I suspect I'm far from being alone in that - do we have > figures for core extension usage, anyone? Well considering we've done it already with a number of extensions, I don't see a big issue. Note also that I'm not hugely concerned with *when* this happens (read: What version of PHP the change is made). Although there could be a bunch of compat functions to emulate the old xmlrpc behavior,I'm against it simply because there is nothing stopping someone from having both extensions loaded. > ----- Original Message ----- > From: "John Coggeshall" > To: "Jani Taskinen" > Cc: "Rasmus Lerdorf" ; ; > > Sent: Sunday, August 28, 2005 3:42 AM > Subject: Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for > pear? > > > > On that line though, I'd like to finish up the ext/xmlrpci ext I've got > > in PECL and replace ext/xmlrpc. It'll eliminate the custom lib we have > > for that ext, ground-up designed for PHP 5 (ext/soap style overloading, > > etc.) Objections? > > > > Cheers, > > > > John > > > > On Sun, 2005-08-28 at 04:10 +0300, Jani Taskinen wrote: > > > On Sat, 27 Aug 2005, Rasmus Lerdorf wrote: > > > > > > > Jani Taskinen wrote: > > > >> > > > >> If I understood correctly, the fixed XML_RPC pear package > > > >> was updated to the PHP_5_1 branch already. Why is ext/xmlrpc > > > >> still required? > > > > > > > > It isn't. > > > > > > Ok. Fix committed. :) > > > > > > --Jani > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > >