changelog               Mon Jun 21 20:32:18 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1663&r2=1.1664&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1663 php-src/ChangeLog:1.1664
--- php-src/ChangeLog:1.1663    Sun Jun 20 20:32:07 2004
+++ php-src/ChangeLog   Mon Jun 21 20:32:17 2004
@@ -1,3 +1,66 @@
+2004-06-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/iptc.c:
+      Added missing safe_mode check.
+
+2004-06-21  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Fixed bug #28822: ArrayObject::offsetExists() works inverted
+
+2004-06-21  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/standard/levenshtein.c:
@@ -5192,7 +5255,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1663 2004/06/21 00:32:07 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1664 2004/06/22 00:32:17 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to