+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