Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88800 invoked by uid 1010); 5 Feb 2004 12:31:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88726 invoked from network); 5 Feb 2004 12:31:44 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 5 Feb 2004 12:31:44 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id A88E9296FF8; Thu, 5 Feb 2004 14:31:43 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i15CVhpn023025; Thu, 5 Feb 2004 14:31:43 +0200 Date: Thu, 5 Feb 2004 14:31:43 +0200 (EET) Reply-To: Jani Taskinen To: internals@lists.php.net Cc: dmitry@zend.com 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) Ugh..so we can now mess around with it? :) I noticed it's config.m4 is quite "buggy". 1. never heard of PHP_SETUP_LIBXML macro? 2. see ext/dom/config.m4 how this should be done :) --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 > >