Hi Ilia 2009/5/2 Ilia Alshanetsky <i...@prohost.org>: > 5.2 does not have zend_parse_parameters_none() function, please stick to > ZEND_NUM_ARGS() in that branch.
Why don't we merge it? Its a two line #define in zend_API.h: #define zend_parse_parameters_none() \ zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "") But ofcourse either way will do :) > > Ilia Alshanetsky > > > > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php