changelog Tue Jan 4 20:35:57 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1853&r2=1.1854&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1853 php-src/ChangeLog:1.1854
--- php-src/ChangeLog:1.1853 Mon Jan 3 20:36:35 2005
+++ php-src/ChangeLog Tue Jan 4 20:35:56 2005
@@ -1,3 +1,42 @@
+2005-01-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/gmp/config.w32:
+ Allow gmp to compile under Win32
+
+2005-01-04 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/streamsfuncs.c:
+ Fix #31408: memory leak in stream_socket_recvfrom
+
+2005-01-04 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ main/network.c
+ main/php_network.h:
+ - Fix bug #31403 (php_hostconnect not defined as PHPAPI)
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ ext/gd/config.m4
+ ext/gd/gd.c:
+ MFH: - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)
+
+ * ext/gd/config.m4
+ ext/gd/config.m4
+ ext/gd/gd.c
+ ext/gd/gd.c:
+ - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)
+
+2005-01-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/openssl/xp_ssl.c:
+ Fixed compiler warning resulting from an unused variable.
+
2005-01-03 Stanislav Malyshev <[EMAIL PROTECTED]>
* ext/sqlite/libsqlite/src/auth.c
@@ -15214,7 +15253,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1853 2005/01/04
01:36:35 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1854 2005/01/05
01:35:56 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>