From: Date: Thu, 21 Jul 2005 05:32:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22181d6451ce5e7beb126eb898645b3ea5f2ab8b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c84388790c..eb911dfc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2005-07-20 Jani Taskinen + + * NEWS: + there is not much point in putting entries of bugs fixed when bug only + existed in CVS and not in any release.. + +2005-07-20 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + ext/standard/file.c + ext/standard/tests/file/bug32160.phpt + ext/standard/tests/file/bug32160.txt: + MFH: Fixed bug #32160 (copying a file into itself leads to data loss). + +2005-07-20 Derick Rethans + + * NEWS: + - Fixed bug #33578 (strtotime() problem with "Oct17" format). + - Fixed problems with lone years in strtotime(). + - Added functions to timelib to get a list of all abbreviations and + timezone + identifiers. + - Fixed problems with parsed dates that only have GMT offsets associated + with them. + - Fixed a Windows compile problem. + - Added special constants for different often used date formats + (DATE_ISO8601, + DATE_RFC822, DATE_RSS etc). + - Fixed date_default_timezone_get() to return the guessed timezone if none + was set yet with date_default_timezone_set(). + - Added experimental support for Date/Timezone objects as per + specifications. + +2005-07-20 Andrei Zmievski + + * NEWS + NEWS: + -** empty log message *** + +2005-07-20 Jani Taskinen + + * ext/mysqli/tests/009.phpt + ext/mysqli/tests/036.phpt: + Skip tests in 64bit systems + + * pear/tests/pear_dependency_checkExtension.phpt: + fixed skipif to really skip + 2005-07-19 Marcus Boerger * tests/classes/array_access_013.phpt: