From: Date: Wed, 8 Oct 2008 01:32:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e78cca778eeb3357fbbe24f57a9a2b3d5c2e20;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 549752538d..d471060140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2008-10-07 Felipe Pena + + * (PHP_5_2) + NEWS + ext/interbase/ibase_events.c + ext/interbase/ibase_events.c + ext/interbase/tests/bug45575.phpt + ext/interbase/tests/bug45575.phpt: + - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler + callback) + patch by Christian seiler + + * ext/interbase/ibase_events.c + ext/interbase/tests/bug45575.phpt + ext/interbase/tests/bug45575.phpt + ext/interbase/tests/bug45575.phpt: + - Fixed bug #45575 (Segfault with invalid non-string as event handler + callback) + patch by Christian seiler + + * (PHP_5_2) + NEWS + ext/interbase/ibase_events.c + ext/interbase/ibase_events.c + ext/interbase/tests/bug46247.phpt + ext/interbase/tests/bug46247.phpt: + - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass + callback without event) + + * ext/interbase/tests/bug46247.phpt + ext/interbase/tests/bug46247.phpt + ext/interbase/tests/bug46247.phpt: + 1.1.4; + - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback + without event) + + * ext/interbase/ibase_events.c: + - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback + without event) + +2008-10-07 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c + ext/pgsql/pgsql.c + ext/xmlwriter/php_xmlwriter.c: + MFB: + Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()) + Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on + multiple calls). + Fixed bug #46206 (pg_query_params/pg_execute convert passed values to + strings). + +2008-10-07 Felipe Pena + + * (PHP_5_3) + ext/interbase/tests/interbase.inc + ext/interbase/tests/interbase.inc: + - MFH: Fixed code ("Division by zero" anymore) + + * ext/interbase/tests/interbase.inc: + - Fixed code ("Division by zero" anymore) + 2008-10-06 Kalle Sommer Nielsen * (PHP_5_3)