summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-05-31 00:34:29 +0000
committer <changelog@php.net>2005-05-31 00:34:29 +0000
commit125f153dd86a8c4436eb9096033b2fd7107eecea (patch)
treeea5826df6102378e5f7dffa75996e78aa22991fe /ChangeLog
parentb28b401c7896226fa03bc4b96c7dd1b89e9b4bbf (diff)
downloadphp-git-125f153dd86a8c4436eb9096033b2fd7107eecea.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91b4c495cc..804cba5aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2005-05-30 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_0)
+ NEWS:
+ MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).
+
+2005-05-30 Hartmut Holzgraefe <hartmut@php-groupies.de>
+
+ * ext/sqlite/config.m4:
+ typo fix
+
+2005-05-30 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (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 <hartmut@php-groupies.de>
+
+ * 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 <jani.taskinen@sci.fi>
+
+ * 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 <jani.taskinen@sci.fi>
* configure.in