changelog               Fri Oct 31 01:32:22 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3213&r2=1.3214&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3213 php-src/ChangeLog:1.3214
--- php-src/ChangeLog:1.3213    Thu Oct 30 01:32:17 2008
+++ php-src/ChangeLog   Fri Oct 31 01:32:21 2008
@@ -1,3 +1,110 @@
+2008-10-30  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      - had nothing else to do :)
+
+2008-10-30  Sanjay Mantoor  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/gettext/tests/dcngettext.phpt:
+      fix test
+
 2008-10-29  Felix De Vliegher  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -9922,7 +10029,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3213 2008/10/30 01:32:17 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3214 2008/10/31 01:32:21 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to