changelog               Sat Aug 16 20:31:38 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1359 php-src/ChangeLog:1.1360
--- php-src/ChangeLog:1.1359    Fri Aug 15 20:31:04 2003
+++ php-src/ChangeLog   Sat Aug 16 20:31:37 2003
@@ -1,3 +1,87 @@
+2003-08-16  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+2003-08-16  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/parsedate.y
+      ext/standard/tests/time/bug17988.phpt:
+      - Fixed bug #17988: strtotime fails to parse timestamp from postgresql
+
+2003-08-16  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_reflection_api.c:
+      Simplify abstract method declaration
+
+    * ZendEngine2/zend_object_handlers.h:
+      WS
+
+2003-08-16  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * ext/interbase/tests/004.phpt:
+      Fix failure on accidental fread() of 0 bytes
+
+    * ext/interbase/interbase.c:
+      Always fill entire buffer in ibase_blob_get()
+
+2003-08-16  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug24658.phpt:
+      Add some debug help
+
+2003-08-16  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * ext/interbase/interbase.c:
+      Fixed bug #18744
+
+    * ext/interbase/php_interbase.h:
+      Some general cleaning up
+      Some preliminary changes for extensions to array functions
+
+    * ext/interbase/interbase.c:
+      Fixed bug #24224
+      Some general cleaning up
+      Some preliminary changes for extensions to array functions
+
+    * ext/interbase/tests/004.phpt:
+      Test for bug #24224
+
+2003-08-16  Jason Greene  <[EMAIL PROTECTED]>
+
+    * ext/sockets/php_sockets.h
+      ext/sockets/php_sockets_win.c
+      ext/sockets/php_sockets_win.h
+      ext/sockets/sockets.c:
+      Remove all vector based functions for the following reasons:
+      - This solves alot of platform compatibility problems
+      - The possible security issue of allocating an incredibly large vector
+      pool is prevented
+      - They are of little to no benefit in a high level language
+      - 99% of all things done with these functions can be done using
+      sendto/recvfrom
+
+2003-08-16  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * ext/interbase/interbase.c
+      ext/interbase/php_interbase.h:
+      Removed ibase_num_rows()
+      Converted some MACRO-isms
+
+2003-08-16  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Removed ibase_num_rows() (requested by Ard)
+
+2003-08-16  Ard Biesheuvel  <[EMAIL PROTECTED]>
+
+    * ext/interbase/interbase.c:
+      Added comment about ibase_num_rows()
+
 2003-08-15  Sascha Schumann  <[EMAIL PROTECTED]>
 
     * ZendEngine2/zend_execute.c


Reply via email to