From: Date: Tue, 25 May 2004 00:32:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC3RC1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e36c786ae17b97859c2bc9d9849a5f205d6cc0c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 873b8bf1e8..7f9017128b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2004-05-24 Pierre-Alain Joye + + * (PHP_4_3) + NEWS + ext/gd/libgd/gd.c: + - MFH: Fix #28506, negative angle returns "random arcs" + while (s < 0) s += 360 is used now + + * ext/gd/libgd/gd.c: + - Fix #28506, negative angle returns "random arcs" + while (angle < 0) angle += 2*M_PI is used now + +2004-05-24 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/php_math.h: + MFH: Fixed bug #28508 (Do not make hypot() available if not supported by + libc). + + * ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/php_math.h: + Fixed bug #28508 (Do not make hypot() available if not supported by libc). + +2004-05-24 Wez Furlong + + * NEWS + ext/pdf/.cvsignore + ext/pdf/CREDITS + ext/pdf/config.m4 + ext/pdf/config.w32 + ext/pdf/package.xml + ext/pdf/pdf.c + ext/pdf/pdf.dsp + ext/pdf/php_pdf.h: + Moved pdflib extension to PECL + 2004-05-23 Andi Gutmans * ZendEngine2/zend_objects_API.c: