From: Date: Mon, 18 Dec 2006 01:30:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~674 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a35838783171ed2e111596220de27818b7bd296;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 88e9f3a49b..37044b3bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2006-12-17 Marcus Boerger + + * ext/spl/spl_observer.c + ext/spl/tests/observer_003.phpt: + - Make this work in unicode mode + +2006-12-17 Brian Shire + + * (PHP_5_2) + ext/standard/array.c + ext/standard/tests/array/bug30074.phpt + ext/standard/tests/array/bug30074.phpt: + Fixed bug #30074 + extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, + affecting subsequent usage + Added test + +2006-12-17 Ilia Alshanetsky + + * main/main.c + main/main.c: + Fixed compiler warning + + * ext/imap/php_imap.c: + MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying + libc-client). + + * (PHP_5_2) + NEWS + ext/imap/php_imap.c: + Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). + +2006-12-17 Hannes Magnusson + + * ext/filter/logical_filters.c: + MFB: fix build + + * (PHP_5_2) + ext/filter/logical_filters.c: + Fix build + 2006-12-16 Ilia Alshanetsky * ext/filter/logical_filters.c