]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 21 Feb 2009 01:32:40 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 21 Feb 2009 01:32:40 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 6985ee7d446e7a9b8ae360f26cff70f5633ae613..3832382205de9327c391e30c750d1cfc9b721649 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2009-02-20  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug46701.phpt
+      ext/pdo_sqlite/tests/bug46542.phpt
+      ext/pdo_sqlite/tests/bug46542.phpt:
+      - Fix test
+
+2009-02-20  Andrey Hristov  <php@hristov.com>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_charset.c:
+      MFH: Add charsets from MySQL 6.0 as a structure to be used later
+
+    * ext/mysqlnd/mysqlnd_charset.c:
+      Add the charsets available from 6.0 as a structure, to be used later
+
+2009-02-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug45805.phpt:
+      - spl is not forced on everyone in 5.2 branch.
+
+2009-02-20  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/phar/phar.c
+      ext/phar/pharzip.h
+      ext/phar/zip.c:
+      MFB: fix zip access to work in all compilers, present and future, and on
+      all arches without potential for bus errors.  This removes PHAR_ZIP_PACK
+      in favor of a safer approach
+
+    * (PHP_5_3)
+      ext/phar/phar.c
+      ext/phar/pharzip.h
+      ext/phar/zip.c:
+      fix zip access to work in all compilers, present and future, and on all
+      arches without potential for bus errors.  This removes PHAR_ZIP_PACK in
+      favor of a safer approach
+
 2009-02-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 5887b2b1e160a3aad82bd974b8495b00aa9d3ed3..3b5951a783bb54cd65d30c3faaf526c169451f42 100644 (file)
@@ -1,3 +1,15 @@
+2009-02-20  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      tests/bug46701.phpt:
+      - Fix test
+
+2009-02-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      tests/bug45805.phpt:
+      - spl is not forced on everyone in 5.2 branch.
+
 2009-02-18  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_gc.c