]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 20 Mar 2009 01:32:48 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 20 Mar 2009 01:32:48 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 2b62334a2ad95a2c2e34e1665a4ca57b0c530a80..e870f91f85c52fcc2ada15a61c46a47a4140862e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2009-03-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/mbstring/oniguruma/regint.h
+      ext/sysvshm/sysvshm.c
+      ext/sysvshm/sysvshm.c:
+      
+      MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
+
+    * (PHP_5_2)
+      NEWS
+      ext/mbstring/oniguruma/regint.h
+      ext/sysvshm/sysvshm.c:
+      
+      Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
+
+2009-03-19  Steph Fox  <steph.fox@virgin.net>
+
+    * (PHP_5_3)
+      EXTENSIONS:
+      - Add self to maintainer list so's I can get bug notifications :)
+
+    * (PHP_5_3)
+      ext/pdo_dblib/dblib_driver.c
+      ext/pdo_dblib/dblib_stmt.c:
+      MFH
+      - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type
+      Field)
+      - Bring behaviour into line with ext/mssql
+      - Several memleaks plugged
+
+    * ext/pdo_dblib/dblib_driver.c
+      ext/pdo_dblib/dblib_stmt.c:
+      - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
+      - Bring behaviour into line with ext/mssql
+      - Several memleaks plugged
+
+2009-03-19  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      ext/json/JSON_parser.c:
+      MFH: Handle overflow when decoding large numbers and avoid 2 conversions
+
+    * (PHP_5_3)
+      ext/json/JSON_parser.c:
+      MFH: Avoid 2 conversions when decoding numbers
+
+    * ext/json/JSON_parser.c:
+      Avoid 2 conversions when decoding numbers
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c:
+      MFH: Removed extra space from eval string
+
+    * ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c:
+      MFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
+      Removed extra space from eval string, and unnecessary variable
+
+2009-03-19  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      main/streams/streams.c
+      main/streams/streams.c:
+      MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
+      performance degraded after fix of bug 44607).
+
+    * main/streams/streams.c:
+      Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
+      performance degraded after fix of bug 44607).
+
+2009-03-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_hash.h
+      ZendEngine2/zend_hash.h:
+      Fixed check for long integer overflow
+
+2009-03-19  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/spl_array.c:
+      MFH: Fix #47231 (offsetGet error using incorrect offset)
+
+    * ext/spl/spl_array.c:
+      Fix #47231 (offsetGet error using incorrect offset)
+
+    * ext/spl/tests/observer_009.phpt
+      ext/spl/tests/observer_009.phpt:
+      
+      Add test covering for #47671
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/spl_observer.c:
+      MFH: Fix #47671 (cloning SplObjectStorage instances)
+
+    * ext/spl/spl_observer.c:
+      Fix #47671 (cloning SplObjectStorage instances)
+
+2009-03-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB:Improved parameter parsing
+
+    * (PHP_5_3)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      Improved parameter parsing
+
 2009-03-18  andy wharmby  <wharmby@uk.ibm.com>
 
     * ext/date/tests/DateTime_format_variation1.phpt
index 550c77babc5159599a1fddba792822f1bea76c00..3859d8a2c5c0ecdd6fcd15c46795d45635d6fbad 100644 (file)
@@ -1,3 +1,20 @@
+2009-03-19  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      MFH: Removed extra space from eval string
+
+    * zend_execute.h
+      zend_execute_API.c:
+      MFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
+      Removed extra space from eval string, and unnecessary variable
+
+2009-03-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_hash.h
+      zend_hash.h:
+      Fixed check for long integer overflow
+
 2009-03-18  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_vm_def.h