Implemented PHP 8.1 features: - Final class constants (https://wiki.php.net/rfc/final_class_const) - noreturn type (https://wiki.php.net/rfc/noreturn_type) - Readonly properties 2.0 (https://wiki.php.net/rfc/readonly_properties_v2) - New in initializers (https://wiki.php.net/rfc/new_in_initializers) - Pure intersection types (https://wiki.php.net/rfc/pure-intersection-types)
Note: The other features have not been finished yet. (e.g. enum, and so on) Parts of features are not fixed yet. (e.g. Hints, CC) PR: https://github.com/apache/netbeans/pull/3463 Thanks, Junichi On Tue, Feb 22, 2022 at 11:12 PM Neil C Smith <neilcsm...@apache.org> wrote: > > On Tue, 22 Feb 2022 at 00:37, Junichi Yamamoto <junichi0...@gmail.com> wrote: > > There is one note. We have not finished implementing PHP 8.1 features > > yet. (e.g. Enumerations) Sorry for the inconvenience. > > No inconvenience! Could you write a short sentence to use in a bullet > point list about what is in NB13 for PHP 8.1? It seems like one of > the changes to highlight? Or do you want to wait until it's fully > covered? > > Thanks, > > Neil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > For additional commands, e-mail: dev-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists