changelog               Sun Dec 12 20:39:16 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1831&r2=1.1832&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1831 php-src/ChangeLog:1.1832
--- php-src/ChangeLog:1.1831    Sat Dec 11 20:41:02 2004
+++ php-src/ChangeLog   Sun Dec 12 20:39:15 2004
@@ -1,3 +1,44 @@
+2004-12-12  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+      Add missing constants for socketpair().
+      I thought I had included these...
+      Good catch Nuno :)
+
+2004-12-12  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/config.m4:
+      - Apply the same fix to apache2filter too.
+
+2004-12-12  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * configure.in
+      ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/streamsfuncs.c
+      ext/standard/streamsfuncs.h:
+      Add stream_socket_pair(), a streams based version of socketpair().
+      Modified patch from Vincent [six at t0x dot net]
+
+2004-12-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/datetime.c:
+      Fixed bug #31056 (php_std_date() returns invalid formatted date if
+      y2k_compliance is On).
+      
+
+2004-12-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PECL_4_3)
+      ext/sqlite/sqlite.c:
+      another 64-bit fix - 's' in zend_parse_parameters uses int, so it should
+      not get long *
+
+2004-12-12  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * sapi/apache2handler/config.m4:
+      - Fixlet for httpd-2.1 on Darwin platforms
+
 2004-12-11  Derick Rethans  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -14016,7 +14057,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1831 2004/12/12 
01:41:02 changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1832 2004/12/13 
01:39:15 changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to