changelog               Tue Mar 28 06:31:44 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2297&r2=1.2298&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2297 php-src/ChangeLog:1.2298
--- php-src/ChangeLog:1.2297    Mon Mar 27 06:31:45 2006
+++ php-src/ChangeLog   Tue Mar 28 06:31:43 2006
@@ -1,3 +1,165 @@
+2006-03-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/standard/file.c:
+      MFH: Check 2nd parameter of tempnam() against path components.
+
+    * ext/standard/file.c:
+      MFB51: Check 2nd parameter of tempnam() against path components.
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/file.c:
+      Check 2nd parameter of tempnam() against path components.
+
+2006-03-27  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Fix UErrorCode check.
+
+    * ext/standard/var.c:
+      Typo.
+
+2006-03-27  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.c:
+      MF51: fix #36878 (error messages are printed even though an exception has
+      been thrown)
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend.c:
+      fix #36878 (error messages are printed even though an exception has been
+      thrown)
+
+2006-03-27  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c:
+      Make a UTODO note.
+
+    * ext/standard/var.c:
+      Proto updates.
+
+    * unicode-todo.txt:
+      -** empty log message ***
+
+    * ZendEngine2/zend_unicode.c:
+      Add UTODO.
+
+    * ZendEngine2/zend_compile.c:
+      Mark with UTODO instead of FIXME.
+
+2006-03-27  Seiji Masugata  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h:
+      added mb_list_mime_names( ).
+
+2006-03-27  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/strings/strtr3.phpt:
+      Test for strtr() with non-ascii encoding
+
+    * ZendEngine2/tests/bug30791.phpt
+      ext/session/tests/003.phpt
+      ext/session/tests/009.phpt
+      ext/simplexml/tests/033.phpt
+      tests/classes/bug26737.phpt:
+      Fixed test
+
+    * ext/standard/incomplete_class.c
+      ext/standard/php_incomplete_class.h
+      ext/standard/var.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re
+      ext/standard/var_unserializer.re
+      ext/standard/tests/serialize/001.phpt
+      ext/standard/tests/serialize/002.phpt
+      ext/standard/tests/serialize/005.phpt
+      ext/standard/tests/serialize/006.phpt
+      ext/standard/tests/serialize/bug14293.phpt
+      ext/standard/tests/serialize/bug21957.phpt
+      ext/standard/tests/serialize/bug26762.phpt
+      ext/standard/tests/serialize/bug27469.phpt
+      ext/standard/tests/serialize/bug28325.phpt
+      ext/standard/tests/serialize/bug31402.phpt:
+      Unicode support
+
+    * ext/standard/tests/strings/strtr.phpt:
+      Fixed testFixed testFixed testFixed testFixed testFixed testFixed 
testFixed
+      testFixed test
+
+    * ZendEngine2/zend_compile.c:
+      Fixed bug during function/class declaration in unicode mode
+
+    * tests/classes/serialize_001.phpt:
+      Fixed test file (test still fail)
+
+2006-03-27  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * main/output.c:
+      MF51: fix #36869 (memory leak in output buffering when using chunked
+      output)
+
+    * (PHP_5_1)
+      NEWS
+      main/output.c:
+      fix #36869 (memory leak in output buffering when using chunked output)
+
+2006-03-27  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      Fixed meory leak in case of unknown pragma
+
+    * NEWS
+      ZendEngine2/zend_unicode.c:
+      Better but incomplete fix for bug #36840
+
+    * ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_unicode.c
+      ZendEngine2/zend_unicode.h
+      ext/standard/string.c:
+      Fixed ZTS build
+
+2006-03-27  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * acinclude.m4
+      acinclude.m4:
+      MFB
+
+    * (PHP_5_1)
+      acinclude.m4:
+      On Mac OSX, our extensions are actually "bundles" and should not have
+      .dylib extension. Read this:
+      
+      http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm
+
+    * ZendEngine2/zend_exceptions.c:
+      Fix a case where we could have an encoding conversion exception thrown
+      while building exception trace args!
+
+    * ZendEngine2/zend_exceptions.c:
+      Use (unsigned char) to make sure that only the control chars are
+      replaced with '?';
+
+    * ZendEngine2/zend_unicode.c:
+      Skip BOM for UTF-16/32 converters when setting subst char.
+
+2006-03-27  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/pgsql.c
+      ext/pgsql/pgsql.c:
+      remove pg_execute() E_WARNING error when query plan is not defined
+
+2006-03-27  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c:
+      Some functions may want to accept only Unicode or binary strings,
+      without having auto-conversion from the other string type. Add 'U' and
+      'S' specifiers for this. Also, remove traces of 'native' strings.
+
 2006-03-26  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * unicode-todo.txt

Reply via email to