From: Date: Mon, 5 May 2008 01:31:38 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63349a6a69c5d31eef2ce09b9e925cccc34a9fa7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e870c0bf97..d5b1ee7b62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2008-05-04 Etienne Kneuss + + * ext/gd/gd.c + ext/ldap/ldap.c + ext/openssl/openssl.c + ext/standard/file.c + ext/standard/streamsfuncs.c + ext/standard/uniqid.c: + Fix protos + +2008-05-04 Derick Rethans + + * (PHP_5_3) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/lib/timelib.c + ext/date/lib/timelib.h + ext/date/lib/tm2unixtime.c: + - MFH: Added support for " of" + phrases to + be used with months - like in "last saturday of februari 2008". + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/lib/timelib.c + ext/date/lib/timelib.h + ext/date/lib/tm2unixtime.c: + - Added support for " of" phrases to + be + used with months - like in "last saturday of februari 2008". + +2008-05-04 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/xsl/xsltprocessor.c + ext/xsl/xsltprocessor.c: + MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT + Variable + + * ext/xsl/xsltprocessor.c: + fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable + +2008-05-04 Antony Dovgal + + * (PHP_5_3) + ext/standard/array.c: + fix compile warnings + +2008-05-04 Derick Rethans + + * (PHP_5_3) + ext/date/php_date.c + ext/date/lib/parse_iso_intervals.c + ext/date/lib/parse_iso_intervals.re: + - MFH: Added support for using ISO 8601 time intervals to define a + DatePeriod + iterator. + + * ext/date/php_date.c + ext/date/lib/parse_iso_intervals.c + ext/date/lib/parse_iso_intervals.re: + - Added support for using ISO 8601 time intervals to define a DatePeriod + iterator. + +2008-05-04 Antony Dovgal + + * ext/posix/posix.c: + fix folding + 2008-05-03 Steph Fox * (PHP_5_3)