changelog Sat Apr 1 06:31:49 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.891&r2=1.892&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.891 ZendEngine2/ChangeLog:1.892
--- ZendEngine2/ChangeLog:1.891 Fri Mar 31 06:31:50 2006
+++ ZendEngine2/ChangeLog Sat Apr 1 06:31:49 2006
@@ -1,3 +1,15 @@
+2006-03-31 Sara Golemon <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* zend.c
@@ -12998,7 +13010,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.891 2006/03/31 06:31:50 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.892 2006/04/01 06:31:49 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -14722,7 +14734,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.891 2006/03/31 06:31:50
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.892 2006/04/01 06:31:49
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>