]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 31 Oct 2008 01:32:27 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 31 Oct 2008 01:32:27 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index e1baeefa419ba2a69cbf8365faabb266ea3fbf1a..9b8009a1df9818248f749635ea21a8f62a9d805a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2008-10-30  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/stream_get_contents_001.phpt:
+      - MFB: Fixed memory leak when using offset out of range.
+      (php_stream_copy_to_mem returns 0, but the empty string is alloced)
+
+    * (PHP_5_3)
+      ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/stream_get_contents_001.phpt:
+      - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem
+      returns 0, but the empty string is alloced)
+
+    * ext/standard/tests/streams/stream_get_contents_001.phpt
+      ext/standard/tests/streams/stream_get_contents_001.phpt
+      ext/standard/tests/streams/stream_get_contents_001.phpt:
+        1.1.4;
+      - New test
+
+    * (PHP_5_3)
+      ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/bug46426.phpt:
+      - Fix the fix
+      - Improved test
+
+    * ext/standard/tests/streams/bug46426.phpt:
+      - Improved test
+
+    * ext/standard/streamsfuncs.c:
+      - Fix the fix (thanks Hannes!)
+
+2008-10-30  Lars Strojny  <lars@strojny.net>
+
+    * ext/gettext/gettext.c
+      ext/gettext/tests/44938.phpt
+      ext/gettext/tests/44938.phpt
+      ext/gettext/tests/44938.phpt:
+      The real fix for the gettext overflow bug
+       - The overflow issue was not limited to domains, but also present for
+      msgids
+       - [DOC] msgids are now limited to 4096 chars, domains to 1024
+
+2008-10-30  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      NEWS:
+      - had nothing else to do :)
+
+2008-10-30  Sanjay Mantoor  <smantoor@in.ibm.com>
+
+    * (PHP_5_3)
+      ext/date/tests/gettimeofday_basic.phpt
+      ext/date/tests/gettimeofday_error.phpt
+      ext/date/tests/gettimeofday_variation1.phpt:
+      New testcases for gettimeofday function
+
+    * ext/date/tests/gettimeofday_basic.phpt
+      ext/date/tests/gettimeofday_basic.phpt
+      ext/date/tests/gettimeofday_error.phpt
+      ext/date/tests/gettimeofday_error.phpt
+      ext/date/tests/gettimeofday_variation1.phpt
+      ext/date/tests/gettimeofday_variation1.phpt:
+      
+      New testcases for gettimeofday function
+
+2008-10-30  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/streamsfuncs.c
+      ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/bug46426.phpt
+      ext/standard/tests/streams/bug46426.phpt:
+      - MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not
+      works for "0")
+
+    * ext/standard/tests/streams/bug46426.phpt
+      ext/standard/tests/streams/bug46426.phpt
+      ext/standard/tests/streams/bug46426.phpt:
+        1.1.4;
+      - Fixed bug #46426 (3rd parameter offset of stream_get_contents not works
+      for "0")
+
+    * ext/standard/streamsfuncs.c:
+      - Fixed bug #46426 (3rd parameter offset of stream_get_contents not works
+      for "0")
+
+2008-10-30  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      Fixed contributors
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed ability to use "internal" heaps in extensions.
+
+2008-10-30  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      ext/gettext/tests/dcngettext.phpt:
+      fix test
+
 2008-10-29  Felix De Vliegher  <felix.devliegher@gmail.com>
 
     * (PHP_5_3)
index ed4f44174a03580773e23f5f91c29afc70242026..01eb1e96ba4f672addbf1b4521f156593ee29c8c 100644 (file)
@@ -1,3 +1,10 @@
+2008-10-30  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.c
+      zend_alloc.c:
+      Fixed ability to use "internal" heaps in extensions.
+
 2008-10-27  Arnaud Le Blanc  <arnaud.lb@gmail.com>
 
     * zend_alloc.h: