From 6324d0c475df0ceea665997e9951ae88ab4d1110 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 20 Nov 2006 20:58:56 +0000 Subject: [PATCH] Update for basic_functions.c --- unicode-progress.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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() -- 2.50.1