mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
ChangeLog update
This commit is contained in:
parent
8fba0806cd
commit
2b16c2569a
127
ChangeLog
127
ChangeLog
@ -1,3 +1,130 @@
|
||||
2006-12-01 Frank M. Kromann <frank@kromann.info>
|
||||
|
||||
* (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 <ilia@prohost.org>
|
||||
|
||||
* (PHP_5_2)
|
||||
NEWS:
|
||||
Fixed typo
|
||||
|
||||
2006-12-01 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* (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 <andrei@gravitonic.com>
|
||||
|
||||
* 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 <ilia@prohost.org>
|
||||
|
||||
* 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 <andrei@gravitonic.com>
|
||||
|
||||
* ext/standard/filestat.c:
|
||||
Fix group macro access.
|
||||
|
||||
2006-12-01 Nuno Lopes <nunoplopes@sapo.pt>
|
||||
|
||||
* 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 <dmitry@zend.com>
|
||||
|
||||
* (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 <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* (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 <ilia@prohost.org>
|
||||
|
||||
* (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 <ilia@prohost.org>
|
||||
|
||||
* (PHP_5_2)
|
||||
|
@ -1,3 +1,34 @@
|
||||
2006-12-01 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* 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 <antony@zend.com>
|
||||
|
||||
* tests/bug39602.phpt
|
||||
|
Loading…
Reference in New Issue
Block a user