changelog Sat Dec 2 01:30:59 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2528&r2=1.2529&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2528 php-src/ChangeLog:1.2529 --- php-src/ChangeLog:1.2528 Fri Dec 1 01:30:59 2006 +++ php-src/ChangeLog Sat Dec 2 01:30:59 2006 @@ -1,3 +1,130 @@ +2006-12-01 Frank M. Kromann <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + Fixed typo + +2006-12-01 Dmitry Stogov <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/standard/filestat.c: + Fix group macro access. + +2006-12-01 Nuno Lopes <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_5_2)