KacerCZ commented on pull request #2676: URL: https://github.com/apache/netbeans/pull/2676#issuecomment-761616584
@junichi11 How are the stubs generated? I noticed that stubs contain old parameter names. PHP 8.0 changed names of parameters because they become part of the API by implementing named parameters RFC. In PHP 7.4 `ini_set()` had parameters `$varname` and `$newvalue`, in PHP 8.0 parameters were renamed to `$option` and `$value`. * PHP documentation: https://www.php.net/manual/en/function.ini-set.php * PHP tasks: https://github.com/php/php-tasks/issues/16 and https://github.com/php/php-tasks/issues/23 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists