This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f343703  Added missing PHP 8.0 features implemented
     new cd56ccc  Merge pull request #503 from KacerCZ/patch-1
f343703 is described below

commit f343703cf3219fa542f821830611e075f3b3917e
Author: Tomáš Procházka <ka...@razdva.cz>
AuthorDate: Sun Dec 6 09:00:30 2020 +0100

    Added missing PHP 8.0 features implemented
    
    Added three features from PHP 8.0 support.
    Restructured PHP 8.0 features.
---
 .../src/content/download/nb122/index.asciidoc           | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
index 80a0734..3280349 100644
--- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
@@ -87,13 +87,16 @@ 
image::93015822-d1c18980-f5bc-11ea-8e33-34398623af7d-3.png[role="left", link="93
  - Maven project open use no-lock getModuleName: 
https://github.com/apache/netbeans/pull/2340
 
 == PHP & JavaScript
- - PHP 8.0 support: https://github.com/apache/netbeans/pull/2457
- - PHP 8.0 Support: Allow ::class on objects part: 
https://github.com/apache/netbeans/pull/2295
- - PHP 8.0 Support: Allow trailing comma in parameter list: 
https://github.com/apache/netbeans/pull/2269
- - PHP 8.0 Support: Non-capturing catches part: 
https://github.com/apache/netbeans/pull/2265
- - PHP 8.0 Support: throw Expression part: 
https://github.com/apache/netbeans/pull/2280
- - PHP 8.0 Support: Match expression v2: 
https://github.com/apache/netbeans/pull/2303
- - PHP 8.0 Support: Static return type: 
https://github.com/apache/netbeans/pull/2335
+ - PHP 8.0 support
+   * Union Types: https://github.com/apache/netbeans/pull/2319
+   * Nullsafe operator: https://github.com/apache/netbeans/pull/2446
+   * Match expression: https://github.com/apache/netbeans/pull/2303
+   * throw Expression: https://github.com/apache/netbeans/pull/2280
+   * Non-capturing catches: https://github.com/apache/netbeans/pull/2265
+   * Allow ::class on objects: https://github.com/apache/netbeans/pull/2295
+   * Allow trailing comma in parameter list: 
https://github.com/apache/netbeans/pull/2269
+   * Static return type: https://github.com/apache/netbeans/pull/2335
+   * Mixed type: https://github.com/apache/netbeans/pull/2342
  - Dependencies and infrastructure of JavaScript and HTML features cleaned up: 
https://github.com/apache/netbeans/pull/2424
  - html parser dont wait for projects open: 
https://github.com/apache/netbeans/pull/2341
  - Removed obsolete Oracle JET support: 
https://github.com/apache/netbeans/pull/2367


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to