changelog Fri Sep 22 01:30:52 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2460&r2=1.2461&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2460 php-src/ChangeLog:1.2461 --- php-src/ChangeLog:1.2460 Thu Sep 21 01:30:56 2006 +++ php-src/ChangeLog Fri Sep 22 01:30:51 2006 @@ -1,3 +1,91 @@ +2006-09-21 Sara Golemon <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c + ZendEngine2/zend_builtin_functions.c: + Add missing function protos + + * ext/standard/filestat.c: + PHP6 Updates + +2006-09-21 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/filter/tests/036.phpt: + MFB: fix test + + * (PHP_5_2) + ext/filter/tests/036.phpt: + Fixed test + +2006-09-21 Sara Golemon <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/unicode/collator.c + ext/unicode/property.c + ext/unicode/transform.c + ext/unicode/unicode.c: + Fix protos. + +2006-09-21 Sara Golemon <[EMAIL PROTECTED]> + + * ext/hash/package.xml: + Add double-width ripemd tests to package.xml + +2006-09-21 Seiji Masugata <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/bcmath/bcmath.c: + ZTS fix + 2006-09-20 Sara Golemon <[EMAIL PROTECTED]> * ext/unicode/collator.c