Re: [PHP-DEV] [PATCH] zend_parse_method_parameters_ex: don't ignore flags

2009-12-23 Thread Stanislav Malyshev
Hi! As of now, zend_parse_method_parameters_ex does ignore the ex-flags if called in a procedural context. NB: Calling it in a procedural context is explicitely handled in the code! It's not a false use of the function. I suppose, the body was copied from zend_parse_method_parameters and the "

[PHP-DEV] [PATCH] zend_parse_method_parameters_ex: don't ignore flags

2009-12-23 Thread Hans-Peter Oeri
Hi! As of now, zend_parse_method_parameters_ex does ignore the ex-flags if called in a procedural context. NB: Calling it in a procedural context is explicitely handled in the code! It's not a false use of the function. I suppose, the body was copied from zend_parse_method_parameters and the "fl