From: Date: Thu, 12 Apr 2007 01:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_1_0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6986f2156213cb3609b2913af85d52c5e66a18a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f9930e9d44..f943f3696a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2007-04-11 Antony Dovgal + + * ZendEngine2/tests/bug40770.phpt + ext/date/tests/bug35885.phpt: + MFB + + * (PHP_5_2) + ZendEngine2/tests/bug40770.phpt + ext/date/tests/bug35885.phpt: + minor improvement + + * ext/soap/tests/bugs/bug34657.phpt + ext/soap/tests/bugs/bug34657.phpt: + improve test + + * Makefile.global: + we don't ship libmysql anymore, so there is no need for this message + +2007-04-11 Derick Rethans + + * (PHP_5_2) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/tests/bug40861.phpt: + - MFH: Fixed bug #40861 (strtotime() doesn't handle double negative + relative + time units correctly). + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/tests/bug40861.phpt: + - Fixed bug #40861 (strtotime() doesn't handle double negative relative + time + units correctly). + +2007-04-11 Pierre-Alain Joye + + * ext/gd/config.w32: + - add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build + +2007-04-11 Zoe Slattery + + * ext/standard/tests/array/array_merge.phpt + ext/standard/tests/array/array_push.phpt + ext/standard/tests/array/count_recursive.phpt + ext/standard/tests/strings/fprintf.phpt + ext/standard/tests/strings/md5.phpt: + new tests: array_merge, array_push, fprintf. modified tests: + count_recursive, md5. + +2007-04-11 Pierre-Alain Joye + + * (PHP_5_2) + ext/gd/config.w32: + - add HAVE_GD_FONTCACHESHUTDOWN to w32 build script (always here) + +2007-04-11 Scott MacVicar + + * ext/gd/config.m4: + fix #41048 (PHP6 Segmentation fault issue) + +2007-04-11 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to -dev. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - 4.4.7RC1. + 2007-04-10 Andrei Zmievski * ext/unicode/collator.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 567b054864..7bc4393362 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2007-04-11 Antony Dovgal + + * tests/bug40770.phpt: + MFB + + * (PHP_5_2) + tests/bug40770.phpt: + minor improvement + 2007-04-10 Jani Taskinen * zend_multiply.h: