From: Date: Mon, 22 Jun 2009 01:33:38 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=924255082341d14cbdc722cc749ed458bf4d662a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 95962a1628..3598cf6694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2009-06-21 Scott MacVicar + + * (PHP_5_3) + NEWS: + BFN - Partially fixed in RC4, fixed properly in the next release. + + * (PHP_5_2) + NEWS: + BFN + + * ext/date/tests/bug48276.phpt + ext/date/tests/bug48276.phpt + ext/date/tests/bug48276.phpt: + 1.1.4; + Specific test for bug #48276 + + * (PHP_5_2) + ext/date/php_date.c + ext/date/php_date.c: + MFH Fix bug #48276 - year is a long long so we need %lld so big endian + systems print the correct value. + + * ext/date/php_date.c: + Fix bug #48276 - year is a long long so we need %lld so big endian systems + print the correct value. + +2009-06-21 Hannes Magnusson + + * ext/date/php_date.c: + MFB: Fix proto and arginfo + + * (PHP_5_3) + ext/date/php_date.c: + Fix proto and arginfo + + * (PHP_5_3) + UPGRADING: + Fixed bug#48485 (Error in documentation and upgrade guide) + +2009-06-21 andy wharmby + + * (PHP_5_2) + tests/lang/passByReference_012.phpt + tests/lang/passByReference_012.phpt + tests/lang/string_decimals_001.phpt + tests/lang/string_decimals_001.phpt + tests/lang/this_assignment.phpt + tests/lang/this_assignment.phpt: + New lang tests. + + * tests/lang/passByReference_012.phpt + tests/lang/passByReference_012.phpt + tests/lang/passByReference_012.phpt + tests/lang/string_decimals_001.phpt + tests/lang/string_decimals_001.phpt + tests/lang/string_decimals_001.phpt + tests/lang/this_assignment.phpt + tests/lang/this_assignment.phpt + tests/lang/this_assignment.phpt: + 1.1.4; + New lang tests. + +2009-06-21 Johannes Schlüter + + * sapi/cli/php.1.in: + It's 2009 + +2009-06-21 Ilia Alshanetsky + + * (PHP_5_3) + NEWS: + + BFN + + * ext/standard/mail.c: + + MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF + in + existing headers) + + * (PHP_5_3) + ext/standard/mail.c: + + Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in + existing headers) + +2009-06-21 Johannes Schlüter + + * (PHP_5_3) + NEWS: + Merge in NEWS from 5.2 + +2009-06-21 Takeshi Abe + + * (PHP_5_3) + NEWS: + entry for bug #48555 + + * (PHP_5_3) + ext/gd/libgd/gdft.c + ext/gd/tests/Tuffy.ttf + ext/gd/tests/bug48555.phpt: + MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for + texts with new lines) + + * ext/gd/libgd/gdft.c + ext/gd/tests/Tuffy.ttf + ext/gd/tests/Tuffy.ttf + ext/gd/tests/bug48555.phpt + ext/gd/tests/bug48555.phpt: + fixed bug #48555 (ImageFTBBox() differs from previous versions for texts + with new lines) + +2009-06-21 Kalle Sommer Nielsen + + * (PHP_5_3) + UPGRADING: + Fixed typo, its fdf, not fPdf + + * (PHP_5_3) + UPGRADING: + Missing Windows constants + + * (PHP_5_3) + UPGRADING: + get_extension_funcs have been in PHP since php4 + 2009-06-20 Kalle Sommer Nielsen * (PHP_5_2)