From: Date: Tue, 22 Jun 2004 00:32:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c055a54343c7d909975e280a1faa054d9dcfef08;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 84dea37794..a95a296df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2004-06-21 Ilia Alshanetsky + + * ext/standard/iptc.c: + Added missing safe_mode check. + +2004-06-21 Sara Golemon + + * NEWS + NEWS: + BFN + + * ext/standard/basic_functions.c + ext/standard/file.h + ext/standard/user_filters.c + main/php_streams.h + main/streams/filter.c + main/streams/php_stream_filter_api.h + main/streams/streams.c: + BugFix#28868 (Part Two): This fixes thread unsafety in the userspace + filters which relates to the fix just applied for userspace wrappers. + + * (PHP_4_3) + ext/standard/basic_functions.c + ext/standard/file.h + main/php_streams.h + main/streams.c + main/user_streams.c: + MFH: BugFix#28868 Wrapper hash not thread-safe + +2004-06-21 Marcus Boerger + + * NEWS: + Fixed bug #28822: ArrayObject::offsetExists() works inverted + +2004-06-21 Sara Golemon + + * ext/standard/basic_functions.c + ext/standard/file.h + main/php_streams.h + main/streams/streams.c + main/streams/userspace.c: + BugFix#28868: Wrapper hash not thread-safe. + + Userdefined wrappers were being registered into a global wrapper hash + which can cross threads. Termination of once instance then has the + potential to leave an active stream in another instance with no wrapper + leading to segfault. + +2004-06-21 Tomas V.V.Cox + + * pear/PEAR/Exception.php: + More output magic on nested exceptions + + * pear/PEAR/Exception.php: + Be more consistent with CS + + * pear/PEAR/Exception.php: + Some API changes: + - addObserver() params order switched + - signal() -> _signal() + - public:getCauseMessage() -> private:_getCauseMessage() + - some more docs + 2004-06-20 Ilia Alshanetsky * ext/standard/levenshtein.c: