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
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
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
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
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
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
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