From 858775b3b2e50e1ba49cc4020720539ea9e7a88f Mon Sep 17 00:00:00 2001 From: Date: Fri, 6 Apr 2007 01:31:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 +++++++++++++++ 2 files changed, 87 insertions(+) diff --git a/ChangeLog b/ChangeLog index 83b20fe750..8236824b51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2007-04-05 Ilia Alshanetsky + + * ZendEngine2/tests/foreach.phpt + ZendEngine2/tests/foreach.phpt: + + file foreach.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + + Fixed foreach by-ref bug. + + +2007-04-05 Marcus Boerger + + * (PHP_5_2) + ZendEngine2/zend_API.c: + - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony + +2007-04-05 Rob Richards + + * ext/openssl/openssl.c + ext/openssl/openssl.c: + fix win32 build + +2007-04-05 Pierre-Alain Joye + + * ext/gd/config.m4: + - depends on 2.0.34 + + * (PHP_5_2) + ext/gd/gd.c: + - reflect the "real" version to avoid confusions. Users should really use + only the bundled version + + * (PHP_5_2) + ext/openssl/tests/005_crt.txt: + - MFB: import the right data 005_crt.txt + +2007-04-05 Antony Dovgal + + * ext/gd/gd.c: + fix build without FreeType + + * ext/openssl/openssl.c + ext/openssl/php_openssl.h + ext/openssl/tests/005.phpt: + fix build & test + improve coding style + + * (PHP_5_2) + ext/openssl/tests/005.phpt: + fix test + + * (PHP_5_2) + ext/openssl/openssl.c: + fix ZTS build + +2007-04-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/mcrypt/mcrypt.c: + + Fixed bug #40999 (mcrypt_create_iv() not using random seed). + 2007-04-04 Pierre-Alain Joye * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 09687b49ee..3cf83b1c79 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2007-04-05 Ilia Alshanetsky + + * tests/foreach.phpt + tests/foreach.phpt: + + file foreach.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + zend_vm_def.h + zend_vm_execute.h: + + Fixed foreach by-ref bug. + + +2007-04-05 Marcus Boerger + + * (PHP_5_2) + zend_API.c: + - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony + 2007-04-04 Ilia Alshanetsky * (PHP_5_2) -- 2.40.0