changelog Mon Nov 19 01:31:28 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2872&r2=1.2873&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2872 php-src/ChangeLog:1.2873
--- php-src/ChangeLog:1.2872 Sun Nov 18 01:31:27 2007
+++ php-src/ChangeLog Mon Nov 19 01:31:28 2007
@@ -1,3 +1,32 @@
+2007-11-18 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_2)