changelog               Tue Aug 29 01:30:53 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2436&r2=1.2437&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2436 php-src/ChangeLog:1.2437
--- php-src/ChangeLog:1.2436    Mon Aug 28 01:30:48 2006
+++ php-src/ChangeLog   Tue Aug 29 01:30:52 2006
@@ -1,3 +1,118 @@
+2006-08-28  Rob Richards  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * ext/dom/element.c
+      ext/dom/tests/bug38474.phpt:
+      MFB: fix #38474 (getAttribute select attribute by order, even when
+      prefixed)
+      add test
+
+    * (PHP_5_2)
+      ext/dom/element.c
+      ext/dom/tests/bug38474.phpt
+      ext/dom/tests/bug38474.phpt:
+      fix #38474 (getAttribute select attribute by order, even when prefixed)
+      add test
+
+2006-08-28  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/standard/php_string.h
+      ext/standard/string.c:
+      Adjust code to avoid TSRMLS_FETCH
+
+2006-08-28  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.h
+      ext/spl/spl_iterators.c:
+      Add Unicode support for preg_match[_all]
+
+2006-08-28  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS:
+      BFN
+      though, the leak is still there, we can't fix that in 4_4
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/basic_functions.c:
+      MFH: make sure ext/standard is down before ext/session (fixes #38534)
+
+    * ext/standard/basic_functions.c:
+      make sure ext/standard is down before ext/session (fixes #38534)
+
+    * ext/standard/tests/strings/str_word_count.phpt
+      ext/standard/tests/time/bug38524.phpt:
+      fix tests
+
+2006-08-28  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/dom/document.c:
+      implement output formatting for saveHTML with libxml 2.6.23+
+
+2006-08-28  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534)
+
+    * ext/standard/basic_functions.c:
+      set BG(locale_string) to NULL on shutdown (partly fixes #38534)
+
+    * (PHP_5_2)
+      UPGRADING:
+      typofix
+
+    * (PHP_5_2)
+      NEWS
+      main/streams/plain_wrapper.c:
+      MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)
+
+2006-08-28  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      Add APIs for UTF-8 strings (common with XML, PCRE, etc)
+
+2006-08-28  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * main/streams/plain_wrapper.c:
+      fix #38199 (fclose() unable to close STDOUT and STDERR)
+
+2006-08-28  Michael Wallner  <[EMAIL PROTECTED]>
+
+    * tests/output/ob_018.phpt:
+      - add SKIPIF and skip test if zlib is not available
+
+2006-08-28  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_object_handlers.c:
+      delete commented part, as it was done in HEAD
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_interfaces.c
+      ZendEngine2/tests/bug38624.phpt:
+      MFH: fix #38624 (Strange warning when incrementing an object property and
+      exception is thrown from __get method)
+
+    * ZendEngine2/zend_interfaces.c
+      ZendEngine2/tests/bug38624.phpt
+      ZendEngine2/tests/bug38624.phpt:
+      fix #38624 (Strange warning when incrementing an object property and
+      exception is thrown from __get method)
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      fix ZTS build
+
 2006-08-27  Hannes Magnusson  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)

Reply via email to