From: Andrei Zmievski Date: Mon, 20 Nov 2006 20:58:56 +0000 (+0000) Subject: Update for basic_functions.c X-Git-Tag: RELEASE_1_0_0RC1~958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6324d0c475df0ceea665997e9951ae88ab4d1110;p=php Update for basic_functions.c --- diff --git a/unicode-progress.txt b/unicode-progress.txt index 98ec4b9679..bb1ffd0334 100644 --- a/unicode-progress.txt +++ b/unicode-progress.txt @@ -5,6 +5,36 @@ ext/standard ------------ Status: In Progress + array.c + ------- + error_log() + Params API, what encoding to use for the message, handling email + option + + set_include_path(), get_include_path(), restore_include_path() + Params API, depends on INI mechanism + + register/unregister_tick_function() + Params API + + import_request_variables() + Params API, support for Unicode keys in request arrays + + ini_get(), ini_get_all(), ini_set(), ini_restore() + Params API, Unicode support per discussion + + get_cfg_var() + IS_UNICODE support for varname + + parse_ini_file() + Params API, unicode filename support, depends on INI mechaniem + + highlight_string() + IS_UNICODE support (may be very easy, since scanner handles Unicode + + getopt() + Use ASCII for options? + array.c ------- natsort(), natcasesort()