From: Date: Tue, 7 Oct 2008 01:32:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=959a00b4c7942be8882b668d60c3677ca4961e90;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 85ecb2ffd3..549752538d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2008-10-06 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/mssql/php_mssql.c: + MFH: + * is_output and is_null parameters are now booleans instead of int in + mssql_bind + * Added missing conditional from old parameter parsing + + * ext/mssql/php_mssql.c: + - is_output and is_null parameters are now booleans instead of int in + mssql_bind + * Added missing conditional from old parameter parsing + +2008-10-06 Ilia Alshanetsky + + * (PHP_5_3) + ext/gd/gd.c: + Removed deprecated usage of zend_get_parameters_ex() + +2008-10-06 Felipe Pena + + * ext/interbase/ibase_service.c: + - Fixed compiler warning + + * (PHP_5_2) + NEWS: + - BFN #45373 + + * (PHP_5_2) + ext/interbase/ibase_query.c + ext/interbase/ibase_query.c + ext/interbase/tests/bug45373.phpt + ext/interbase/tests/bug45373.phpt: + - MFH: Fixed bug #45373 (php crash on query with errors in params) + + * ext/interbase/ibase_query.c + ext/interbase/tests/bug45373.phpt + ext/interbase/tests/bug45373.phpt + ext/interbase/tests/bug45373.phpt: + - Fixed bug #45373 (php crash on query with errors in params) + +2008-10-06 Derick Rethans + + * ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h: + - Updated to version 2008.7 (2008g) + +2008-10-06 Etienne Kneuss + + * (PHP_5_2) + ext/spl/spl_array.c + ext/spl/tests/bug46115.phpt: + MFH: bug #46115 (Fixes nothing in 5.2, but sync code) + +2008-10-06 Ilia Alshanetsky + + * ext/imap/php_imap.c: + + MFB: Fixed a few signedness warnings + + * (PHP_5_3) + ext/imap/php_imap.c: + Fixed a few signedness warnings + +2008-10-06 Felipe Pena + + * (PHP_5_3) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug46238.phpt: + - MFH: Fixed bug #46238 (Segmentation fault on static call with empty + string method) + + * ZendEngine2/tests/bug46238.phpt + ZendEngine2/tests/bug46238.phpt: + + - Fixed bug #46238 (Segmentation fault on static call with empty string + method) + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Fixed bug #46238 (Segmentation fault on static call with empty string + method) + 2008-10-05 Etienne Kneuss * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5ea0cd10bb..10b333ab85 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2008-10-06 Felipe Pena + + * (PHP_5_3) + zend_vm_def.h + zend_vm_execute.h + tests/bug46238.phpt: + - MFH: Fixed bug #46238 (Segmentation fault on static call with empty + string method) + + * tests/bug46238.phpt + tests/bug46238.phpt: + + - Fixed bug #46238 (Segmentation fault on static call with empty string + method) + + * zend_vm_def.h + zend_vm_execute.h: + - Fixed bug #46238 (Segmentation fault on static call with empty string + method) + 2008-10-02 Etienne Kneuss * (PHP_5_3)