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
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
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
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
-