]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 19 Nov 2007 01:31:30 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 19 Nov 2007 01:31:30 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 663ffb2b2baa3ab431cfb9f071881c129a1aa0e4..64c046ec5bbadb3d71a24c032da3de64e8c54164 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2007-11-18  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_4)
+      Zend/zend_opcode.c
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_opcode.c:
+      - MFH: Initialize the reserved resource bits so that they can be reliably
+      used.
+
+    * ZendEngine2/zend_opcode.c:
+      - Initialize the reserved resource bits so that they can be reliably used.
+
+2007-11-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/dbase/dbf_head.c:
+      Removed duplicate case. (Thanks Hannes)
+
+    * (PHP_5_2)
+      NEWS
+      ext/dbase/dbf_head.c
+      ext/dbase/dbf_head.c:
+      
+      MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)
+
+    * (PHP_5_3)
+      ext/dbase/dbf_head.c:
+      
+      Fixed bug #42261 (Incorrect lengths for date and boolean data types)
+
 2007-11-17  Sara Golemon  <sara@golemon.com>
 
     * (PHP_5_2)
index c95a0300388e149224e0b96700aad2f406d810ea..5f2dfa9ec60f2d53145036d5f56711c57fce053f 100644 (file)
@@ -1,3 +1,14 @@
+2007-11-18  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_2)
+      zend_opcode.c
+      zend_opcode.c:
+      - MFH: Initialize the reserved resource bits so that they can be reliably
+      used.
+
+    * zend_opcode.c:
+      - Initialize the reserved resource bits so that they can be reliably used.
+
 2007-11-17  Sara Golemon  <sara@golemon.com>
 
     * (PHP_5_2)