diff options
author | <changelog@php.net> | 2004-12-08 01:32:56 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-12-08 01:32:56 +0000 |
commit | c861ce463d08539d380e447b7f8fd115e96bbc5c (patch) | |
tree | 393733b9c87dec2dc8e736fd0771d3f9885ceebd /Zend | |
parent | a22fa4d10902bc6873990c51beffaa97d6135e10 (diff) | |
download | php-git-c861ce463d08539d380e447b7f8fd115e96bbc5c.tar.gz |
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dada70fc68..9b26ea8efc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-12-07 Dmitry Stogov <dmitry@zend.com> + + * zend_exceptions.c + zend_exceptions.c: + Fixed bug #30904 (segfault when recording soapclient into session). + 2004-12-06 Stanislav Malyshev <stas@zend.com> * tests/bug30998.phpt: |