changelog Mon May 24 20:32:05 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1637&r2=1.1638&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1637 php-src/ChangeLog:1.1638
--- php-src/ChangeLog:1.1637 Sun May 23 20:32:42 2004
+++ php-src/ChangeLog Mon May 24 20:32:04 2004
@@ -1,3 +1,43 @@
+2004-05-24 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ZendEngine2/zend_objects_API.c:
@@ -3846,7 +3886,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1637 2004/05/24 00:32:42
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1638 2004/05/25 00:32:04
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>