summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-05-25 00:30:58 +0000
committer <changelog@php.net>2003-05-25 00:30:58 +0000
commite8dba2cba1e62e0946beb9351f21b4652c77d2a8 (patch)
treeb8b8cc69e79e4e7eaa6c0a991272f6b7bf1b9ba9
parent981f5051a9049dd56a812cc0aea9236b297d3121 (diff)
downloadphp-git-e8dba2cba1e62e0946beb9351f21b4652c77d2a8.tar.gz
ChangeLog update
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57da25840e..da2bab3291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2003-05-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/standard/var_unserializer.c:
+ Update after fix
+
+ * ext/standard/tests/serialize/005.phpt:
+ Add new test
+
+ * ext/standard/var_unserializer.re:
+ Fix namespace related problems
+
+ * configure.in:
+ Fix speling found by Allowee <php@allowee.no-ip.com>
+
+2003-05-24 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * main/config.w32.h
+ main/internal_functions_win32.c
+ win32/php4dll.dsp
+ win32/php4dllts.dsp:
+ Get rid of references to expat in MSVC project files. For now this expects
+ libxml2 (library and includes) in one of the MSVC default include/library
+ directories. Right now it doesn't link, dunno why -- working on it.
+
+2003-05-24 Wez Furlong <wez.php@thebrainroom.net>
+
+ * (PHP_4_3)
+ main/network.c:
+ Adjust error message to encourage people with apparently broken IPV6
+ systems to
+ build PHP without IPV6 support.
+
2003-05-23 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* tests/lang/bug17115.phpt: