From: Date: Tue, 23 Jun 2009 01:33:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e134996b0660b54abb31af0371fbdee2c3f65cf;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3598cf6694..1069053350 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2009-06-22 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - gd compat mode news + + * (PHP_5_3) + NEWS: + - #48624 + + * (PHP_5_2) + NEWS: + - news for #48619 + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - MF53: #48619, imap_search ALL segfaults + + * sapi/cgi/cgi_main.c: + - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c + +2009-06-22 Stanislav Malyshev + + * (PHP_5_2) + ext/json/json.c + ext/json/php_json.h: + fix shared build on Windows + +2009-06-22 Christian Seiler + + * ext/spl/php_spl.c + ext/spl/tests/spl_autoload_013.phpt + ext/spl/tests/spl_autoload_014.phpt + ext/spl/tests/spl_autoload_bug48541.phpt: + - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and + invokables. + +2009-06-22 Kalle Sommer Nielsen + + * (PHP_5_2) + ext/gd/libgd/gd.c: + Should have been in previous commit + +2009-06-22 Takeshi Abe + + * (PHP_5_3) + NEWS: + moved to PHP_5_2 + +2009-06-22 Kalle Sommer Nielsen + + * (PHP_5_2) + ext/gd/libgd/gd.c: + MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag + +2009-06-22 Takeshi Abe + + * (PHP_5_2) + NEWS + 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) + +2009-06-22 Ilia Alshanetsky + + * (PHP_5_3) + ext/date/php_date.c: + Revert unrelated bits to the previous commit + +2009-06-22 Pierre-Alain Joye + + * (PHP_5_3) + sapi/cgi/cgi_main.c: + - #48624 .user.ini never gets parsed + + * (PHP_5_3) + ext/imap/php_imap.c: + - #48619, imap_search ALL segfaults + +2009-06-22 Ilia Alshanetsky + + * (PHP_5_3) + ext/date/php_date.c: + MFB: Fixed bug #48636 (Error compiling of ext/date on netware). + + * ext/date/php_date.c: + + MFB: Fixed bug #48636 (Error compiling of ext/date on netware). + + * (PHP_5_2) + NEWS + ext/date/php_date.c: + + Fixed bug #48636 (Error compiling of ext/date on netware). + +2009-06-22 Felipe Pena + + * (PHP_5_3) + NEWS: + - BFN #48641 (I missed to add in the previous commit: patch by crrodriguez + at opensuse dot org) :P + + * (PHP_5_3) + ext/standard/file.c: + - Fixed bug #48641 (tmpfile() uses old parameter parsing) + +2009-06-22 Hannes Magnusson + + * (PHP_5_3) + UPGRADING: + Sync with docs + +2009-06-22 Felipe Pena + + * (PHP_5_2) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/017.phpt: + - Fixed bug #48629 (get_defined_constants() ignores categorize parameter) + 2009-06-21 Scott MacVicar * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index acb87f0555..4f6a8cdab6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2009-06-22 Felipe Pena + + * (PHP_5_2) + zend_builtin_functions.c + tests/017.phpt: + - Fixed bug #48629 (get_defined_constants() ignores categorize parameter) + 2009-06-19 Scott MacVicar * (PHP_5_3)