From: Date: Tue, 31 May 2005 00:34:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=125f153dd86a8c4436eb9096033b2fd7107eecea;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 91b4c495cc..804cba5aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2005-05-30 Ilia Alshanetsky + + * (PHP_5_0) + NEWS: + MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1). + +2005-05-30 Hartmut Holzgraefe + + * ext/sqlite/config.m4: + typo fix + +2005-05-30 Jani Taskinen + + * (PHP_5_0) + NEWS + ext/sqlite/sess_sqlite.c + ext/sqlite/sess_sqlite.c + ext/sqlite/sqlite.c + ext/sqlite/sqlite.c + ext/wddx/wddx.c + ext/wddx/wddx.c: + - Fixed bug #33185 (--enable-session=shared does not build) + +2005-05-30 Hartmut Holzgraefe + + * ext/sqlite/Makefile.frag + ext/sqlite/config.m4: + gracefully handle changes of the parse.y lemon file, + process it with lemon if available, else just keep the .c file from CVS + not doing so leads to make using its implicit .y->.c rule here and + bison doesn't really understand lemon syntax + +2005-05-30 Jani Taskinen + + * acinclude.m4: + - Use libtool also for completely static builds + + * acinclude.m4 + build/libtool.m4 + scripts/phpize.in: + - Changed the PATH_SEPARATOR check to a macro + - Made sure we're generating aclocal.m4 in same way with both buildconf + and phpize. + + * scripts/Makefile.frag: + Removed the empty $bin_src_SCRIPTS (no longer needed), bug #33166 + 2005-05-29 Jani Taskinen * configure.in