There is no "unconverted" function list. There is unicode-progress.txt
file where we have been tracking what has been done, but I'm not sure
as to its accuracy as of yet. Some of the functions listed there may
need to be looked over after Dmitry's patch.
-Andrei
On Jan 18, 2006, at 3:31 PM, A
Andi Gutmans wrote:
Not sure if there's a list. I think it's 90% or so not converted.
Andrei, you can answer this one better than me.
well, the only one i checked so far was my levenshtein() function,
and seeing something as esoteric as this already being converted
made me think most of the rea
Not sure if there's a list. I think it's 90% or so not converted.
Andrei, you can answer this one better than me.
At 03:12 PM 1/18/2006, Hartmut Holzgraefe wrote:
Andi Gutmans wrote:
Andrei is waiting for volunteers to upgrade internal functions to Unicode :)
is there a todo list of functions
Andi Gutmans wrote:
Andrei is waiting for volunteers to upgrade internal functions to
Unicode :)
is there a todo list of functions converted, being worked on,
pending?
--
Hartmut Holzgraefe, Senior Support Engineer.
MySQL AB, www.mysql.com
--
PHP Internals - PHP Ru
At 12:01 AM 1/18/2006, Sara Golemon wrote:
Do please forget about the work required to fill in this
information. There are more than enough volunteers to do the grunge
work(and frankly it'd be tough for 'em to get it horribly wrong),
this is just a question of: "Would there be an interrest in
Jared Williams wrote:
Perhaps some tool to generate boiler plate docbook from introspection
> would be enough encouragement?
we can already generate this from the proto comment lines
or you could use PEAR::CodeGen_PECL which generates C code and
DocBook at the same time ...
--
Hartmut Holzgr
> From the perspective of providing reflection in general and
> giving something for editors with code completion to use in
> specific, would there be an interrest in backfilling the
> arg_info structs for internal functions (both core and
> otherwise) with argument naming and type hinting ev