From 0ff936f6fb362a0f100aac620fc623e676138347 Mon Sep 17 00:00:00 2001 From: Date: Thu, 31 May 2007 01:31:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 +++++ 2 files changed, 111 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa121faeab..b7e1774e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2007-05-30 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.3 + +2007-05-30 Antony Dovgal + + * ZendEngine2/zend_exceptions.c + ZendEngine2/zend_interfaces.c: + remove semicolons and make SunCC happy + + * ext/openssl/tests/bug28382.phpt + ext/openssl/tests/bug28382.phpt + ext/openssl/tests/bug39217.phpt + ext/openssl/tests/bug39217.phpt: + fix test names + +2007-05-30 Pierre-Alain Joye + + * (PHP_5_2) + ext/openssl/tests/bug39217cert1.txt + ext/openssl/tests/bug39217cert2.txt: + - add missing cert (thx Tony) + +2007-05-30 Antony Dovgal + + * (PHP_5_2) + sapi/cli/tests/006.phpt: + fix test (second try) + + * (PHP_5_2) + sapi/cli/tests/006.phpt: + fix test + + * (PHP_5_2) + TSRM/tsrm_virtual_cwd.c: + MFH: fix lstat() function resolving symlinks + + * TSRM/tsrm_virtual_cwd.c: + fix lstat() function resolving symlinks + patch by Scott MacVicar + + * (PHP_5_2) + sapi/cli/tests/004.phpt + sapi/cli/tests/006.phpt: + fix tests + + * (PHP_5_2) + ZendEngine2/zend_API.c: + set module in internal_function struct + + * ext/standard/file.c: + check length only when it's specified + add the same check to fgetss() + +2007-05-30 Michael Wallner + + * (RELEASE_1_4) + ext/hash/hash.c + ext/hash/package.xml + ext/hash/package2.xml + ext/hash/php_hash.h: + - version agnosticism (PECL/HEAD) + - release 1.4 + +2007-05-30 Ilia Alshanetsky + + * ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + MFB: Fixed an interger overflow inside chunk_split(), identified by + Gerhard Wagner + + * (PHP_4_4) + NEWS + ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + MFH: Fixed an interger overflow inside chunk_split(), identified by + Gerhard + Wagner + + * (PHP_5_2) + NEWS + ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + Fixed an interger overflow inside chunk_split(), identified by Gerhard + Wagner + 2007-05-29 Antony Dovgal * ext/standard/dl.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3a6a6a1afc..75de557fd1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2007-05-30 Antony Dovgal + + * zend_exceptions.c + zend_interfaces.c: + remove semicolons and make SunCC happy + + * (PHP_5_2) + zend_API.c: + set module in internal_function struct + 2007-05-29 Ilia Alshanetsky * tests/foreach.phpt: -- 2.50.1