Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82596 invoked by uid 1010); 28 Aug 2005 01:42:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82581 invoked from network); 28 Aug 2005 01:42:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2005 01:42:17 -0000 X-Host-Fingerprint: 167.206.4.204 mta9.srv.hcvlny.cv.net NetCache Data OnTap 5.x Received: from ([167.206.4.204:12500] helo=mta9.srv.hcvlny.cv.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 30/78-28235-97611134 for ; Sat, 27 Aug 2005 21:42:17 -0400 Received: from [192.168.1.69] (ool-4576ee05.dyn.optonline.net [69.118.238.5]) by mta9.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with ESMTP id <0ILW001K5SQD1AR1@mta9.srv.hcvlny.cv.net> for internals@lists.php.net; Sat, 27 Aug 2005 21:42:13 -0400 (EDT) Date: Sat, 27 Aug 2005 21:42:12 -0400 In-reply-to: To: Jani Taskinen Cc: Rasmus Lerdorf , internals@lists.php.net, rasmus@php.net Message-ID: <1125193332.27570.4.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> Subject: Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear? From: john@coggeshall.org (John Coggeshall) 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 >