]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 2 Dec 2006 01:31:01 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 2 Dec 2006 01:31:01 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 1703411b205d0a77faee609932248b70ab10fa0e..103ac9f08c1359bd2bef1787006d01f4e297dcab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+2006-12-01  Frank M. Kromann  <frank@kromann.info>
+
+    * (PHP_5_2)
+      ext/sqlite/libsqlite/src/date.c
+      ext/zip/lib/zip_dirent.c
+      main/php_scandir.c
+      win32/readdir.h:
+      Fix win32 build
+
+    * main/php_scandir.c
+      win32/readdir.h:
+      MFB: Fix win32 build
+
+2006-12-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      Fixed typo
+
+2006-12-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/tests/bug39438.phpt:
+      Bug #39438 (Fatal error: Out of memory)
+
+    * ZendEngine2/tests/bug39438.phpt
+      ZendEngine2/tests/bug39438.phpt:
+      
+      file bug39438.phpt was initially added on branch PHP_5_2.
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      typo
+
+2006-12-01  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/var.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      Finalize Unicode support in serialize() and unserialize().
+
+2006-12-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/dbase/dbase.c
+      ext/dbase/tests/002.phpt:
+      MFB: Fixed a possible memory corruption in dbase_open() with invalid open
+      mode
+
+    * (PHP_5_2)
+      ext/dbase/dbase.c
+      ext/dbase/tests/002.phpt:
+      Fixed a possible memory corruption in dbase_open() with invalid open mode
+
+2006-12-01  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/filestat.c:
+      Fix group macro access.
+
+2006-12-01  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * ext/ftp/ftp.c
+      ext/ftp/tests/bug39458-2.phpt
+      ext/ftp/tests/bug39458.phpt
+      ext/ftp/tests/server.inc:
+      MFB: fix #39458
+
+    * (PHP_5_2)
+      NEWS
+      ext/ftp/tests/bug39458-2.phpt
+      ext/ftp/tests/bug39458-2.phpt
+      ext/ftp/tests/bug39458.phpt
+      ext/ftp/tests/bug39458.phpt
+      ext/ftp/tests/server.inc:
+      tests + BFN
+
+    * (PHP_5_2)
+      ext/ftp/ftp.c:
+      fix bug #39458: ftp_nlist() returns false on empty dirs
+
+2006-12-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed bug #39702 (php crashes in the allocator on linux-m68k)
+
+    * ZendEngine2/zend_API.c:
+      Fixed buffer overflow. (Rob)
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed bug #39640 (Segfault with "Allowed memory size exhausted")
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed bug #39652 (Wrong negative results from memeory_get_usage())
+
+2006-12-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      ext/spl/examples/dualiterator.inc:
+      - MFH: Fix handling of recursive inner iterators
+
+    * ext/spl/examples/dualiterator.inc:
+      - Fix handling of recursive inner iterators
+
+2006-12-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      ext/session/session.c:
+      MFH: Disallow \0 chars inside session.save_path
+
+    * ext/session/session.c:
+      MFB: Disallow \0 chars inside session.save_path
+
+    * (PHP_5_2)
+      ext/session/session.c:
+      Disallow \0 chars inside session.save_path
+
 2006-11-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index ba1009e62100917c6df34ac2d3b9fb607a782a02..80fce58aa33c74f2199ff8f32a46df6949f4fa1a 100644 (file)
@@ -1,3 +1,34 @@
+2006-12-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.c
+      tests/bug39438.phpt:
+      Bug #39438 (Fatal error: Out of memory)
+
+    * tests/bug39438.phpt
+      tests/bug39438.phpt:
+      
+      file bug39438.phpt was initially added on branch PHP_5_2.
+
+    * zend_alloc.c
+      zend_alloc.c:
+      typo
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed bug #39702 (php crashes in the allocator on linux-m68k)
+
+    * zend_API.c:
+      Fixed buffer overflow. (Rob)
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed bug #39640 (Segfault with "Allowed memory size exhausted")
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed bug #39652 (Wrong negative results from memeory_get_usage())
+
 2006-11-30  Antony Dovgal  <antony@zend.com>
 
     * tests/bug39602.phpt