changelog Wed Jan 5 20:35:52 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1854&r2=1.1855&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1854 php-src/ChangeLog:1.1855
--- php-src/ChangeLog:1.1854 Tue Jan 4 20:35:56 2005
+++ php-src/ChangeLog Wed Jan 5 20:35:51 2005
@@ -1,3 +1,27 @@
+2005-01-05 Joe Orton <[EMAIL PROTECTED]>
+
+ * ext/curl/interface.c:
+ Fix #31413: curl POSTFIELDS usage on 64-bit platforms.
+
+2005-01-05 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/session/mod_files.c:
+ passing FD_CLOEXEC would be a standard way to pass argument to fcntl's
last
+ argument than 1
+
+ * (PHP_5_0)
+ ext/ldap/ldap.c:
+ Removed redundant NEW_LIBC checks for NETWARE
+
+ * (PHP_5_0)
+ ext/ftp/php_ftp.c:
+ Removed redundant NEW_LIBC checks for NetWare
+
+ * (PHP_5_0)
+ ext/ftp/ftp.c:
+ Removed redundant NEW_LIBC checks
+
2005-01-04 Frank M. Kromann <[EMAIL PROTECTED]>
* ext/gmp/config.w32:
@@ -15253,7 +15277,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1854 2005/01/05
01:35:56 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1855 2005/01/06
01:35:51 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>