From: Date: Sun, 25 May 2003 00:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~602 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8dba2cba1e62e0946beb9351f21b4652c77d2a8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 57da25840e..da2bab3291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2003-05-24 Marcus Boerger + + * 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 + +2003-05-24 Sebastian Bergmann + + * 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 + + * (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 * tests/lang/bug17115.phpt: