From 2b16c2569adf49a9d3944a1bc389b7464fd9013c Mon Sep 17 00:00:00 2001 From: Date: Sat, 2 Dec 2006 01:31:01 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 31 ++++++++++++ 2 files changed, 158 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1703411b20..103ac9f08c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2006-12-01 Frank M. Kromann + + * (PHP_5_2) + ext/sqlite/libsqlite/src/date.c + ext/zip/lib/zip_dirent.c + main/php_scandir.c + win32/readdir.h: + Fix win32 build + + * main/php_scandir.c + win32/readdir.h: + MFB: Fix win32 build + +2006-12-01 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + Fixed typo + +2006-12-01 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c + ZendEngine2/tests/bug39438.phpt: + Bug #39438 (Fatal error: Out of memory) + + * ZendEngine2/tests/bug39438.phpt + ZendEngine2/tests/bug39438.phpt: + + file bug39438.phpt was initially added on branch PHP_5_2. + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + typo + +2006-12-01 Andrei Zmievski + + * ext/standard/var.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Finalize Unicode support in serialize() and unserialize(). + +2006-12-01 Ilia Alshanetsky + + * ext/dbase/dbase.c + ext/dbase/tests/002.phpt: + MFB: Fixed a possible memory corruption in dbase_open() with invalid open + mode + + * (PHP_5_2) + ext/dbase/dbase.c + ext/dbase/tests/002.phpt: + Fixed a possible memory corruption in dbase_open() with invalid open mode + +2006-12-01 Andrei Zmievski + + * ext/standard/filestat.c: + Fix group macro access. + +2006-12-01 Nuno Lopes + + * ext/ftp/ftp.c + ext/ftp/tests/bug39458-2.phpt + ext/ftp/tests/bug39458.phpt + ext/ftp/tests/server.inc: + MFB: fix #39458 + + * (PHP_5_2) + NEWS + ext/ftp/tests/bug39458-2.phpt + ext/ftp/tests/bug39458-2.phpt + ext/ftp/tests/bug39458.phpt + ext/ftp/tests/bug39458.phpt + ext/ftp/tests/server.inc: + tests + BFN + + * (PHP_5_2) + ext/ftp/ftp.c: + fix bug #39458: ftp_nlist() returns false on empty dirs + +2006-12-01 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed bug #39702 (php crashes in the allocator on linux-m68k) + + * ZendEngine2/zend_API.c: + Fixed buffer overflow. (Rob) + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed bug #39640 (Segfault with "Allowed memory size exhausted") + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed bug #39652 (Wrong negative results from memeory_get_usage()) + +2006-12-01 Marcus Boerger + + * (PHP_5_2) + ext/spl/examples/dualiterator.inc: + - MFH: Fix handling of recursive inner iterators + + * ext/spl/examples/dualiterator.inc: + - Fix handling of recursive inner iterators + +2006-12-01 Ilia Alshanetsky + + * (PHP_4_4) + ext/session/session.c: + MFH: Disallow \0 chars inside session.save_path + + * ext/session/session.c: + MFB: Disallow \0 chars inside session.save_path + + * (PHP_5_2) + ext/session/session.c: + Disallow \0 chars inside session.save_path + 2006-11-30 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ba1009e621..80fce58aa3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,34 @@ +2006-12-01 Dmitry Stogov + + * zend_alloc.c + zend_alloc.c + tests/bug39438.phpt: + Bug #39438 (Fatal error: Out of memory) + + * tests/bug39438.phpt + tests/bug39438.phpt: + + file bug39438.phpt was initially added on branch PHP_5_2. + + * zend_alloc.c + zend_alloc.c: + typo + + * zend_alloc.c + zend_alloc.c: + Fixed bug #39702 (php crashes in the allocator on linux-m68k) + + * zend_API.c: + Fixed buffer overflow. (Rob) + + * zend_alloc.c + zend_alloc.c: + Fixed bug #39640 (Segfault with "Allowed memory size exhausted") + + * zend_alloc.c + zend_alloc.c: + Fixed bug #39652 (Wrong negative results from memeory_get_usage()) + 2006-11-30 Antony Dovgal * tests/bug39602.phpt -- 2.50.1