]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 15 Jan 2006 06:31:47 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Sun, 15 Jan 2006 06:31:47 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 2db1bad550afe95b0cf1beb228c16284a618a2fb..dcf11f12c17d0703ed76da06d40da1ed5ae57476 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2006-01-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/tests/bug29210.phpt
+      ZendEngine2/tests/bug29210.phpt:
+      - Fix test
+
+    * (PHP_5_1)
+      NEWS:
+      - BFN
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ext/standard/tests/general_functions/bug36011.phpt:
+      - Fixed bug #36011
+
+    * ext/standard/tests/general_functions/bug36011.phpt
+      ext/standard/tests/general_functions/bug36011.phpt:
+      
+      - Fixed bug #36011
+
+2006-01-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      be wordy
+
+2006-01-14  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_1)
+      NEWS:
+      New field constants for BIT and NEWDECIMAL
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli.c:
+      2nd attempt: implementation of 36007
+      1st commit stopped with protocol error - never seen that before :-(
+
+2006-01-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      removed false information
+
+2006-01-14  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_1)
+      NEWS:
+      Implemented feature request #36007: Support for BIT and NEW_DECIMAL field
+      types
+
+2006-01-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      fix news
+
+2006-01-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      sapi/cli/php_cli.c:
+      - Make clear what -a mode gets you
+
 2006-01-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index c0217ca9619d708a36f65ffcebc231fb7c828f53..332b9a4d6c392cc245216f0f3c11cf443fceaa29 100644 (file)
@@ -1,3 +1,13 @@
+2006-01-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/bug29210.phpt
+      tests/bug29210.phpt:
+      - Fix test
+
+    * zend_API.c
+      zend_API.c:
+      - Fixed bug #36011
+
 2006-01-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute_API.c: