1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

ChangeLog update

This commit is contained in:
2004-07-04 00:32:20 +00:00
parent 0f2c97f627
commit beb3674b7a
2 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,27 @@
2004-07-03 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* NEWS:
BFN
* ext/standard/var.c:
- Bugfix #28325 (circular reference serialisation).
2004-07-03 Pierre-Alain Joye <pierre@dotgeek.org>
* (PHP_4_3)
ext/gd/libgd/gd.c
ext/gd/tests/bug28984.phpt
ext/gd/tests/bug28984.phpt:
- Fix #28984, using full transparent segfauls in imagefill
(NB: imagefill is broken in HEAD, same code)
- Add testcase
2004-07-03 Andi Gutmans <andi@zend.com>
* ZendEngine2/zend_alloc.c:
- Should fix mem leak with ZEND_MM. I made this change a while ago and
- rolled it back but I don't remember why. Please test!
2004-07-02 Wez Furlong <wez.php@thebrainroom.net>
* (PHP_4_3)

View File

@@ -1,3 +1,9 @@
2004-07-03 Andi Gutmans <andi@zend.com>
* zend_alloc.c:
- Should fix mem leak with ZEND_MM. I made this change a while ago and
- rolled it back but I don't remember why. Please test!
2004-07-01 Ilia Alshanetsky <ilia@prohost.org>
* zend_constants.c: