From c3c95c61fb5851641e6f17b8b37cba9ee0640db9 Mon Sep 17 00:00:00 2001 From: Date: Sat, 1 Apr 2006 06:31:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 24 ++++++++++++++++++++++++ Zend/ChangeLog | 12 ++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0122a14d3..5b2111796a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-03-31 Sara Golemon + + * 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 + + * 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 * ext/wddx/wddx.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b892b99137..0fa399140c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-03-31 Sara Golemon + + * zend.c + zend_globals.h: + 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-30 Antony Dovgal * zend.c -- 2.50.1