diff options
author | <changelog@php.net> | 2004-06-03 03:03:17 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-06-03 03:03:17 +0000 |
commit | 40b17e6c5cd04dae057dc8bbf27c65b390a9907d (patch) | |
tree | 2330f31023100192d20a9046366a22d42e00ffb7 | |
parent | bf4af0f4ca2e394f51f5f4d2c727040cd77ec618 (diff) | |
download | php-git-40b17e6c5cd04dae057dc8bbf27c65b390a9907d.tar.gz |
ChangeLog update
-rw-r--r-- | Zend/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4e4205bc70..160b2d3150 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2004-06-02 Andi Gutmans <andi@zend.com> + + * zend_mm.h: + - Don't use ZEND_MM in Windows + +2004-06-02 Stanislav Malyshev <stas@zend.com> + + * zend_execute.c: + fix incdec - make value's refcount non-zero when passing to + write_property - otherwise __set caller cleanup could kill it. + 2004-06-01 Andi Gutmans <andi@zend.com> * zend.c: |