[PHP-DEV] Disabling arginfo argument type checks for internal functions

2019-06-06 Thread Nikita Popov
Hi internals, I plan to disable the checking of arginfo argument types for internal functions in https://github.com/php/php-src/pull/4232 (PHP 8 only). This is necessary to avoid duplicate type checks in both arginfo and zpp. Once this lands, PRs to add arginfo types (available through reflection)

Re: [PHP-DEV] Disabling arginfo argument type checks for internal functions

2019-06-07 Thread Sara Golemon
On Thu, Jun 6, 2019 at 7:42 AM Nikita Popov wrote: > I plan to disable the checking of arginfo argument types for internal > functions in https://github.com/php/php-src/pull/4232 (PHP 8 only). This > is > necessary to avoid duplicate type checks in both arginfo and zpp. Once this > lands, PRs to