[PHP-DEV] CVS Account Request: fcaroberga

2006-01-18 Thread Francisco Caro Berga
Translate the documentation to spanish -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Named arguments revisited

2006-01-18 Thread Xenon_54
Just to throw in my two cents since every one else has (not that my 2 cents is worth anything more than just that), but isn't it as easy as doing something like the following: (using pseudo example from above) function db_connect($params) { $host = 'localhost'; $user = 'root'; $passw

Re: [PHP-DEV] unicode progress [WAS: Naming Arguments]

2006-01-18 Thread Andi Gutmans
If that's accurate than from the 4000 or so functions we have, there are about 3980 to go :) At 04:45 PM 1/18/2006, Steph Fox wrote: Try /unicode_progress.txt. Dmitry appears to have cleaned IS_BINARY references from everything that was already unicoded prior to the Paris meeting. -- PHP In

Re: [PHP-DEV] unicode progress [WAS: Naming Arguments]

2006-01-18 Thread Steph Fox
. MySQL AB, www.mysql.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php __ NOD32 1.1371 (20060118) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- PHP In

Re: [PHP-DEV] Naming Arguments

2006-01-18 Thread Hartmut Holzgraefe
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

Re: [PHP-DEV] Naming Arguments

2006-01-18 Thread Andi Gutmans
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

Re: [PHP-DEV] Naming Arguments

2006-01-18 Thread Hartmut Holzgraefe
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

Re: [PHP-DEV] Naming Arguments

2006-01-18 Thread Andi Gutmans
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

Re: [PHP-DEV] Naming Arguments

2006-01-18 Thread Hartmut Holzgraefe
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

RE: [PHP-DEV] Naming Arguments

2006-01-18 Thread Jared Williams
> 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