Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53917 invoked by uid 1010); 6 Feb 2004 14:42:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53886 invoked from network); 6 Feb 2004 14:42:32 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 6 Feb 2004 14:42:32 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id A4B99297530; Fri, 6 Feb 2004 16:42:31 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i16EgUpn030072; Fri, 6 Feb 2004 16:42:31 +0200 Date: Fri, 6 Feb 2004 16:42:30 +0200 (EET) Reply-To: Jani Taskinen To: Andi Gutmans Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20040205120534.02d9f720@127.0.0.1> Message-ID: References: <5.1.0.14.2.20040205120534.02d9f720@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] soap in ext/ From: sniper@iki.fi (Jani Taskinen) Where are those ext/soap commit emails going atm? (dunno for sure, but I think tidy commit emails aren't going to the right place either?) --Jani On Thu, 5 Feb 2004, Andi Gutmans wrote: >Hey, > >Due to the consensus reached in including the SOAP extension in the main >PHP distribution I have moved (symbolically linked like tidy and spl) soap >to ext/. >Make sure you do a cvs update -d when you update. >The extension is marked EXPERIMENTAL for now. > >Andi