You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/01/16 19:02:15 UTC

[GitHub] [netbeans] KacerCZ commented on pull request #2676: [NETBEANS-4606] Regenerate signature files for PHP 8.0

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists