]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 1 Apr 2006 06:31:49 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Sat, 1 Apr 2006 06:31:49 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index c0122a14d3fd7065b432ab5c564b3a8c8e6c4b79..5b2111796a7f6571bc402d8da2ff76f0a11c5c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2006-03-31  Sara Golemon  <sara@golemon.com>
+
+    * 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  <antony@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/wddx/wddx.c:
index b892b99137cd511e3fce82212dc1699197f92aae..0fa399140c7b673a2e9d4ac01535c6981675059b 100644 (file)
@@ -1,3 +1,15 @@
+2006-03-31  Sara Golemon  <sara@golemon.com>
+
+    * 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  <antony@zend.com>
 
     * zend.c