changelog Wed Jun 9 20:32:39 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1652&r2=1.1653&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1652 php-src/ChangeLog:1.1653
--- php-src/ChangeLog:1.1652 Tue Jun 8 20:32:35 2004
+++ php-src/ChangeLog Wed Jun 9 20:32:38 2004
@@ -1,3 +1,50 @@
+2004-06-09 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/dio/config.w32
+ ext/dio/dio.c:
+ Allow compilation on Win32.
+ Need to implement a few Windows specific functions.
+
+2004-06-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * ZendEngine2/zend_reflection_api.c:
+ Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHP
+
+2004-06-09 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/info.c:
+ Correct alt text for easter egg logo.
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/libgd/gdft.c:
+ MFH: Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).
+
+ * ext/gd/libgd/gdft.c:
+ Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).
+
+ * (PHP_4_3)
+ NEWS
+ ext/gmp/gmp.c:
+ MFH: Fixed bug #28525 (gmp_powm() does not work with hexadecimal string
+ modulo represented as a string).
+
+ * ext/gmp/gmp.c:
+ Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo
+ represented as a string).
+ Patch by: pickett at sumu dot org
+
+ * (PHP_4_3)
+ win32/readdir.c:
+ MFH: Fixed memory leak on error in win32's opendir() emulation.
+
+ * win32/readdir.c:
+ Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez)
+
2004-06-08 Ard Biesheuvel <[EMAIL PROTECTED]>
* NEWS:
@@ -4852,7 +4899,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1652 2004/06/09 00:32:35
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1653 2004/06/10 00:32:38
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>