From: Date: Fri, 20 Mar 2009 01:32:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4090 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d0b4579d2da7474f2af08d63b5eaa3cf7922185;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2b62334a2a..e870f91f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,114 @@ +2009-03-19 Ilia Alshanetsky + + * 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 + + * (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_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 + + * (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 + + * ZendEngine2/zend_hash.h + ZendEngine2/zend_hash.h: + Fixed check for long integer overflow + +2009-03-19 Etienne Kneuss + + * (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 + + * 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 * ext/date/tests/DateTime_format_variation1.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 550c77babc..3859d8a2c5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2009-03-19 Matt Wilmas + + * (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 + + * zend_hash.h + zend_hash.h: + Fixed check for long integer overflow + 2009-03-18 Dmitry Stogov * zend_vm_def.h