Matt Kennedy <[EMAIL PROTECTED]> wrote: > The attached env.patch patches classes/env.pmc to add vtable methods > elements() and get_iter() and modifies get_string_keyed() to also > accept integer keys so that it is possible to use an Iterator on the > environment.
Looks good. > ... The patch uses the char **environ variable Is that available everywhere or do we need some config test? leo