From: Date: Sat, 6 Nov 2004 01:51:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=890afc455c703958f9dab483936b8f3b30b81287;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5e3da820dc..cc29167099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2004-11-05 Derick Rethans + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute_API.c: + - Fix for bug #30367, #30490 and possibly #30011. + +2004-11-05 Antony Dovgal + + * (PHP_5_0) + ext/standard/basic_functions.c: + MFH: fix build (hm. looks like nobody noticed that..) + +2004-11-05 Ilia Alshanetsky + + * ext/shmop/shmop.c: + Simplify and cleanup code. + 2004-11-04 Marcus Boerger * ext/exif/exif.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3f7d8fb6f6..1fad82c96c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-11-05 Derick Rethans + + * (PHP_5_0) + zend_execute_API.c: + - Fix for bug #30367, #30490 and possibly #30011. + 2004-11-04 Edin Kadribasic * Zend.dsp