]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 22 Sep 2006 01:30:55 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Fri, 22 Sep 2006 01:30:55 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index d90bc010dee469c991a5c2f1fb400551f3732cf8..1c40767653a2243d65dc2364f40c25d9dbf399a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2006-09-21  Sara Golemon  <sara@golemon.com>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_builtin_functions.c:
+      Add missing function protos
+
+    * ext/standard/filestat.c:
+      PHP6 Updates
+
+2006-09-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/filter/tests/036.phpt:
+      MFB: fix test
+
+    * (PHP_5_2)
+      ext/filter/tests/036.phpt:
+      Fixed test
+
+2006-09-21  Sara Golemon  <sara@golemon.com>
+
+    * ext/standard/streamsfuncs.c
+      ext/standard/tests/file/002.phpt
+      ext/standard/tests/file/stream_rfc2397_002.phpt:
+      Update (most of) the functions in streamsfuncs.c
+      
+      This commit also includes a change to tests/file/stream_rfc2397_002.phpt
+      which doesn't entirely pass in unicode mode yet, however that's a unicode
+      issue in the data:// wrapper that needs fixing, not a problem with the
+      streams layer itself.
+
+    * ext/hash/package2.xml:
+      Add double-width ripemd tests to package2.xml as well
+
+2006-09-21  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/unicode/collator.c
+      ext/unicode/property.c
+      ext/unicode/transform.c
+      ext/unicode/unicode.c:
+      Fix protos.
+
+2006-09-21  Sara Golemon  <sara@golemon.com>
+
+    * ext/hash/package.xml:
+      Add double-width ripemd tests to package.xml
+
+2006-09-21  Seiji Masugata  <s.masugata@digicom.dnp.co.jp>
+
+    * (PHP_5_2)
+      ext/mbstring/config.m4
+      ext/mbstring/config.w32
+      ext/mbstring/mbstring.c
+      ext/mbstring/oniguruma/HISTORY
+      ext/mbstring/oniguruma/config.h.in
+      ext/mbstring/oniguruma/index.html
+      ext/mbstring/oniguruma/oniguruma.h
+      ext/mbstring/oniguruma/regcomp.c
+      ext/mbstring/oniguruma/regexec.c
+      ext/mbstring/oniguruma/regint.h:
+      Updated bundled oniguruma library (used for multibyte regular expression)
+      to 4.4.4. fixed some Segmentation Fault, and build fails in OSX(Xcode
+      2.4/gcc 4.0.1 problem). See #38452.
+
+2006-09-21  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/attr.c
+      ext/dom/cdatasection.c
+      ext/dom/characterdata.c
+      ext/dom/comment.c
+      ext/dom/php_dom.c
+      ext/dom/text.c
+      ext/dom/tests/domattributes.phpt
+      ext/dom/tests/domchardata.phpt:
+      fix domcomment property handler so it inherits from domcharacterdata
+      mark tested functions as unicode safe
+      add tests
+
+    * ext/xsl/php_xsl.c
+      ext/xsl/xsltprocessor.c
+      ext/xsl/tests/bug33853.phpt:
+      finish unicode updates
+      update test
+
+2006-09-21  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/bcmath/bcmath.c:
+      ZTS fix
+
 2006-09-20  Sara Golemon  <sara@golemon.com>
 
     * ext/unicode/collator.c
index 614198816aac59db14458fcd15b392e342071ff4..65e7479b07b05d5e466516cb1e47e301d6af7b31 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-21  Sara Golemon  <sara@golemon.com>
+
+    * zend_API.c
+      zend_builtin_functions.c:
+      Add missing function protos
+
 2006-09-20  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_API.c: