]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 8 Oct 2006 01:30:55 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Sun, 8 Oct 2006 01:30:55 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index f0e354381a256ec19de9835558e02fb279a761c6..147afda28ddbd2170ef9b63275d19d70b4c74c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2006-10-07  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/ctype/tests/001.phpt
+      ext/ctype/tests/002.phpt:
+      fix tests
+
+    * ext/bz2/tests/005.phpt:
+      Update test
+
+    * ext/dba/dba.c
+      ext/mhash/mhash.c
+      ext/session/session.c
+      ext/shmop/shmop.c
+      ext/standard/basic_functions.c
+      ext/xmlwriter/php_xmlwriter.c
+      ext/zip/php_zip.c:
+      Remove double "wrong param count" warnings
+
+    * ext/date/php_date.c:
+      Add "wrong param count"/"expecting parameter .. to be.." warning to
+      strtotime()
+
+    * ext/shmop/shmop.c:
+      fix build
+
+2006-10-07  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/tests/createfromstring.phpt
+      ext/gd/tests/lines.phpt:
+      - update tests
+
+2006-10-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/dom/document.c
+      ext/dom/dom_iterators.c:
+      MFB: Added missing safety checks (Problem identified by Coverity scan)
+
+    * (PHP_5_2)
+      ext/dom/document.c
+      ext/dom/dom_iterators.c:
+      Added missing safety checks (Problem identified by Coverity scan)
+
+2006-10-07  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * unicode-progress.txt:
+      - forgot one and order the ext lists alpha.
+
+2006-10-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/shmop/shmop.c
+      ext/shmop/tests/001.phpt:
+      Initial Unicode support
+
+2006-10-07  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * unicode-progress.txt:
+      - I learned today that telling Andrei about what I'm working on is not
+        not enough, selber schuld?
+
+2006-10-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/mysqli/mysqli_nonapi.c:
+      Another build fix
+
+    * ext/gd/gd.c:
+      Fixed build
+
+2006-10-07  Sara Golemon  <sara@golemon.com>
+
+    * ext/sqlite/config.m4
+      ext/sqlite/php_sqlite.h
+      ext/sqlite/sqlite.c:
+      Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode
+      Change default build of bundled libsqlite to utf8 mode
+      iso-8859 mode is still available using --disable-sqlite-utf8
+
+    * ext/gd/gd.c:
+      More PHP6 Updates
+
+2006-10-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_hash.c
+      ZendEngine2/zend_hash.h:
+      Hash functions for UTF-8 keys.
+
+2006-10-07  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_2)
+      ext/gd/gd.c:
+      MFH(r-1.356) Don't assume the array elements are arrays too
+
+    * ext/gd/gd.c:
+      Minor refactoring using zpp API
+      A few meaningful Unicode updates.
+      A handful of leak plugs,
+      and a crash fix in a pear tree.
+
+2006-10-07  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/calendar/cal_unix.c:
+      Avoid portability problems
+
+2006-10-07  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+2006-10-07  Sara Golemon  <sara@golemon.com>
+
+    * ext/standard/type.c:
+      Win32 build gets confused by expansion of U_STRING_DECL macro with
+      constants
+
+2006-10-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/uniqid.c:
+      Default to ZEND_STR_TYPE.
+
 2006-10-06  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/pdo_pgsql/config.m4
index 2183005d0de1a3a559ba1c6ff557ec62c4a164d4..20dc7168d7477d3e6437c8ff2b0ad36e2de5ee7f 100644 (file)
@@ -1,3 +1,11 @@
+2006-10-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_API.c
+      zend_API.h
+      zend_hash.c
+      zend_hash.h:
+      Hash functions for UTF-8 keys.
+
 2006-10-06  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_strtol.c: