diff options
author | <changelog@php.net> | 2003-12-13 04:08:11 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-12-13 04:08:11 +0000 |
commit | f076fea77916e17bc6fdb9455886a20af4c4715c (patch) | |
tree | 3bc783a9107b86234e66f30fa05557cd01e335d6 | |
parent | c56647833be9f32aea9eef211c22ce5d4eb841b7 (diff) | |
download | php-git-f076fea77916e17bc6fdb9455886a20af4c4715c.tar.gz |
ChangeLog update
-rw-r--r-- | Zend/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 804a64e201..0e5f22ce96 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2003-12-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend.c: + Free is needed in non ZTS too + + * zend.c: + Fix memleaks in ZTS mode + + * zend.c: + Fix memleaks + +2003-12-12 Ilia Alshanetsky <ilia@prohost.org> + + * zend_constants.c: + Do not copy extra byte. + 2003-12-11 Ilia Alshanetsky <ilia@prohost.org> * zend.h: |