Re: [PHP-DEV] [PATCH] arg_info and friends

2006-06-08 Thread Hannes Magnusson
Hi Marcus On 6/8/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Hannes, Thursday, June 8, 2006, 12:37:09 PM, you wrote: > Hi Marcus > On 6/8/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Hannes, >> >> Monday, May 29, 2006, 8:52:51 PM, you wrote: >> >> > Hi all >> >> > I've creat

Re: [PHP-DEV] [PATCH] arg_info and friends

2006-06-08 Thread Marcus Boerger
Hello Hannes, Thursday, June 8, 2006, 12:37:09 PM, you wrote: > Hi Marcus > On 6/8/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Hannes, >> >> Monday, May 29, 2006, 8:52:51 PM, you wrote: >> >> > Hi all >> >> > I've created a patch[1] that welcomes new friend into the >> > zend_arg_info

Re: [PHP-DEV] [PATCH] arg_info and friends

2006-06-08 Thread Hannes Magnusson
Hi Marcus On 6/8/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Hannes, Monday, May 29, 2006, 8:52:51 PM, you wrote: > Hi all > I've created a patch[1] that welcomes new friend into the > zend_arg_info family, resource, and a new flag for ZEND_ME_MAPPING and > pals, ZEND_ACC_INFO_MAP_TO_

Re: [PHP-DEV] [PATCH] arg_info and friends

2006-06-07 Thread Marcus Boerger
Hello Hannes, Monday, May 29, 2006, 8:52:51 PM, you wrote: > Hi all > I've created a patch[1] that welcomes new friend into the > zend_arg_info family, resource, and a new flag for ZEND_ME_MAPPING and > pals, ZEND_ACC_INFO_MAP_TO_FUNCTION. > The idea is to make it easier to define argument info

[PHP-DEV] [PATCH] arg_info and friends

2006-05-29 Thread Hannes Magnusson
Hi all I've created a patch[1] that welcomes new friend into the zend_arg_info family, resource, and a new flag for ZEND_ME_MAPPING and pals, ZEND_ACC_INFO_MAP_TO_FUNCTION. The idea is to make it easier to define argument info for those extensions who map methods to functions which require some