From 2f5e6e896efc8210aa57097f6a953af7e45ef69b Mon Sep 17 00:00:00 2001 From: Date: Fri, 11 Jan 2008 01:31:38 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 +++++ 2 files changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 191a75c160..baaad62ccf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2008-01-10 Brian Shire + + * (PHP_5_2) + ext/standard/http.c + ext/standard/http.c: + - MFH fix truncation of large values on 64-bit systems in http_build_query + + * ext/standard/http.c: + - fix truncation of large values on 64-bit systems in http_build_query + +2008-01-10 Rob Richards + + * (PHP_5_3) + win32/build/confutils.js: + MFH: add errors when missing dependencies (Steph) + + * win32/build/confutils.js: + add errors when missing dependencies (Steph) + +2008-01-10 Antony Dovgal + + * ext/standard/string.c: + fix #43750 (stristr() modifies string) + patch by Felipe Pena + +2008-01-10 Marcus Boerger + + * (PHP_5_3) + ext/spl/spl_iterators.c: + - MFH Fix bug in example code found by Surf Chen + + * ext/spl/spl_iterators.c: + - Fix bug in example code found by Surf Chen + +2008-01-10 Dmitry Stogov + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ext/reflection/tests/bug42976.phpt + ext/reflection/tests/bug42976.phpt + ext/standard/tests/general_functions/bug41970.phpt + ext/standard/tests/general_functions/bug41970.phpt: + Added missing warning message + +2008-01-10 Antony Dovgal + + * tests/basic/026.phpt + tests/basic/026.phpt: + fix test + + * (PHP_5_2) + tests/basic/026.phpt: + correct number of symbols + +2008-01-10 Ilia Alshanetsky + + * (PHP_5_3) + tests/basic/026.phpt: + + Fixed test + 2008-01-09 Rob Richards * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 048bfa47ff..4203d128f2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-01-10 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c: + Added missing warning message + 2008-01-09 Dmitry Stogov * (PHP_5_2) -- 2.50.1