[PHP-DEV] Maintainership dates

2018-07-02 Thread Stanislav Malyshev
Hi! Following up the proposal from Sara, I've made a patch to add dates to maintainership status in EXTENSIONS: https://github.com/php/php-src/pull/3357 I didn't touch SAPIs because it's not clear what to do with them (to me). Please check it out and comment. We have a bunch of extensions where

Re: [PHP-DEV] Excess arguments for internal functions

2018-07-02 Thread Christoph M. Becker
On 02.07.2018 at 23:16, Nikita Popov wrote: > On Mon, Jul 2, 2018 at 11:00 PM, Christoph M. Becker > wrote: > >> Is there any particular reason why internal functions raise a warning/an >> error regarding excess arguments, unless they are not supposed to >> receive any arguments at all? In other

Re: [PHP-DEV] Excess arguments for internal functions

2018-07-02 Thread Nikita Popov
On Mon, Jul 2, 2018 at 11:00 PM, Christoph M. Becker wrote: > Hi! > > Is there any particular reason why internal functions raise a warning/an > error regarding excess arguments, unless they are not supposed to > receive any arguments at all? In other words, why don't we use > ZEND_PARSE_PARAMET

[PHP-DEV] Excess arguments for internal functions

2018-07-02 Thread Christoph M. Becker
Hi! Is there any particular reason why internal functions raise a warning/an error regarding excess arguments, unless they are not supposed to receive any arguments at all? In other words, why don't we use ZEND_PARSE_PARAMETERS_NONE() (except for net_get_interfaces())? -- Christoph M. Becker -