Browse Source

ChangeLog update

PHP-5.0
22 years ago
parent
commit
beb3674b7a
  1. 24
      ChangeLog
  2. 6
      Zend/ChangeLog

24
ChangeLog

@ -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)

6
Zend/ChangeLog

@ -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:

Loading…
Cancel
Save