soap in ext/

php.internals

Andi Gutmans

22 years ago
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

Jani Taskinen

22 years ago
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:

Jani Taskinen

22 years ago
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:

Pierre-Alain Joye

22 years ago
On Fri, 6 Feb 2004 16:42:30 +0200 (EET) sniper@iki.fi (Jani Taskinen) wrote:
> > 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?)
Arf I just posted the same question from Wez commits (btw, if someone can change the reply from cvs nntp to php.internals:) ). For what I see, commit under php-src/ext/soap are post on php.cvs and those done on/pecl/soap are posted on pecl-cvs. A merged should be nice. pierre

Edin Kadribasic

22 years ago
On Friday 06 February 2004 3:42 pm, Jani Taskinen wrote:
> 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?)
They're going to pecl-dev because that's where Dmitry has it checked out. If you check it out in php-src the commits will go to php-cvs. That's the side effect of having symlinks in the repository and short of removing them there is nothing you can do about it :) Edin