diff options
author | <changelog@php.net> | 2004-05-25 00:32:04 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-05-25 00:32:04 +0000 |
commit | 1e36c786ae17b97859c2bc9d9849a5f205d6cc0c (patch) | |
tree | 8067885924e695ec5feab6bc8067fd4b9871afed | |
parent | 5b71225f1b20519d83b4f41260d1a81dd45fe4fe (diff) | |
download | php-git-1e36c786ae17b97859c2bc9d9849a5f205d6cc0c.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +2004-05-24 Pierre-Alain Joye <pierre@dotgeek.org> + + * (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 <ilia@prohost.org> + + * (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 <wez.php@thebrainroom.net> + + * 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 <andi@zend.com> * ZendEngine2/zend_objects_API.c: |