changelog Sat Apr 1 06:31:44 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2301&r2=1.2302&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2301 php-src/ChangeLog:1.2302 --- php-src/ChangeLog:1.2301 Fri Mar 31 06:31:44 2006 +++ php-src/ChangeLog Sat Apr 1 06:31:43 2006 @@ -1,3 +1,27 @@ +2006-03-31 Sara Golemon <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c + ZendEngine2/zend_globals.h + ext/standard/file.c + main/php_streams.h + main/streams/streams.c: + Add API hooks and unicode.filesystem_encoding for handling unicode + conversions of filename entries. + + Normal path conversions will simply use this converter, + Certain other protocols (such as http) which specify a + required character set (utf8), may override the conversion + by defining a path_encode() and/or path_decode() wrapper ops method. + +2006-03-31 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/standard/info.c: + MF51: fix compile failure with old GCC (see bug #36931) + + * (PHP_5_1) + ext/standard/info.c: + fix compile failure with old GCC (see bug #36931) + 2006-03-30 Marcus Boerger <[EMAIL PROTECTED]> * ext/wddx/wddx.c: