From: Date: Mon, 29 Apr 2002 00:42:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ec775776474cdad844801a45cb59021d239c99a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d7b45afe65..b1929d8b64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2002-04-28 Jani Taskinen + + * build/rules.mk: Fixed bug: #16858 + +2002-04-28 Sascha Schumann + + * ext/standard/url_scanner_ex.c: touch file + + * ext/standard/url_scanner_ex.c: Touch generated file + +2002-04-28 Sebastian Bergmann + + * main/config.w32.h + main/internal_functions_win32.c + win32/php4dll.dsp + win32/php4dllts.dsp: + Enable bundled build of ext/ctype and ext/mbstring on Win32. + +2002-04-28 Stanislav Malyshev + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re + ext/standard/var.c: MFH: serializer/unserializer fix + + * ext/standard/var.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: Fix couple of nasty serializer bugs: + a) When array unserializer encounters less data than it expects (like: + a:1:{}) it crashes. I don't understand exactly why it does, but the fact + is it does. So now it should catch "}" and bail out. + b) When array/object data are serialized, the count is written by hash + count. However, it can be that in-loop check fails and less data than + expected will then be written into the array. Which, due to a), would + crash on unserialize. So now it will write empty entries in place of + entries it cannot serialize (the other choice would be make two passes on + the data, which I don't like). + +2002-04-28 Thies C. Arntzen + + * ext/standard/url_scanner_ex.c: timestamp + + * NEWS + ext/session/php_session.h + ext/session/session.c + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.h + ext/standard/url_scanner_ex.re: + revert session_set_userdata - diffent patch will come shortly + +2002-04-28 Stig Bakken + + * pear/package.dtd: * forgot script element in release contents + + * pear/PEAR/Common.php + pear/package.dtd: * package.dtd: version 1.0b7 + - added element + - added