From: Date: Thu, 13 May 2004 00:59:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b30bc204c905f7f93791e3f0de54625bee2fa492;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index aa7eb5802b..eaf87b0766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2004-05-12 Marcus Boerger + + * ZendEngine2/zend_API.c: + - Centralize register and hash operations for startup/register_module + in new zend_register_module_ex(). + + * ZendEngine2/zend_API.c: + - Revert to 1.249 + + * TSRM/TSRM.c: + - More work on ts_free_id() but still keep it out + + * TSRM/TSRM.c: + ifdef out the ts_free_id until php 5.1 and until it is complete + +2004-05-12 Ilia Alshanetsky + + * (PHP_4_3) + ext/imap/php_imap.c: + MFH: Fixed various possible memory leaks. + + * ext/imap/php_imap.c: + Fixed various possible memory leaks. + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed bug #28374 (Possible unterminated loop inside + _php_pgsql_trim_message()). + + * ext/pgsql/pgsql.c: + Fixed bug #28374 (Possible unterminated loop inside + _php_pgsql_trim_message()). + +2004-05-12 Ard Biesheuvel + + * ext/interbase/ibase_query.c: + Fixed a couple of inconsistencies in param binding + + * ext/interbase/config.m4 + ext/interbase/config.w32 + ext/interbase/ibase_query.c + ext/interbase/ibase_service.c + ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h + ext/interbase/php_interbase.h: + Dropped support for ancient Interbase versions (< 6) + + * ext/interbase/interbase.c: + Made ibase_timefmt() check its args more thoroughly and nuked a pointless + malloc() + + * ext/interbase/interbase.c: + Made ibase_gen_id() bail out on incorrect args + +2004-05-12 Wez Furlong + + * (PHP_4_3) + main/streams.c: + Avoid Bug #28363 by not seeking if we don't have a read buffer + +2004-05-12 Marcus Boerger + + * TSRM/TSRM.c: + - Implement ts_free_id() + + * ext/standard/url_scanner_ex.c: + - Touch + + * ext/standard/basic_functions.c + ext/standard/url_scanner_ex.re: + - Move hash table destruction to proper location + + * ext/bcmath/bcmath.c + ext/ldap/ldap.c + ext/sqlite/sqlite.c: + - Added missing UNREGISTER_INI_ENTRIES + 2004-05-11 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6e63708867..4df3157453 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-05-12 Marcus Boerger + + * zend_API.c: + - Centralize register and hash operations for startup/register_module + in new zend_register_module_ex(). + + * zend_API.c: + - Revert to 1.249 + 2004-05-11 Andi Gutmans * zend_compile.c: