changelog               Fri Mar 20 01:32:45 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3349&r2=1.3350&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3349 php-src/ChangeLog:1.3350
--- php-src/ChangeLog:1.3349    Thu Mar 19 01:32:44 2009
+++ php-src/ChangeLog   Fri Mar 20 01:32:43 2009
@@ -1,3 +1,114 @@
+2009-03-19  Ilia Alshanetsky  <i...@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....@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_li...@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...@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  <dmi...@zend.com>
+
+    * ZendEngine2/zend_hash.h
+      ZendEngine2/zend_hash.h:
+      Fixed check for long integer overflow
+
+2009-03-19  Etienne Kneuss  <p...@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  <i...@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  <whar...@uk.ibm.com>
 
     * ext/date/tests/DateTime_format_variation1.phpt
@@ -33624,7 +33735,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3349 2009/03/19 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3350 2009/03/20 01:32:43 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to