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 2019/06/23 12:59:52 UTC

[GitHub] [netbeans] junichi11 opened a new pull request #1317: [NETBEANS-1696] PHP 7.4 Support

junichi11 opened a new pull request #1317: [NETBEANS-1696] PHP 7.4 Support
URL: https://github.com/apache/netbeans/pull/1317
 
 
   https://issues.apache.org/jira/browse/NETBEANS-1696
   
   ## Numeric Literal Separator
   See https://wiki.php.net/rfc/numeric_literal_separator
   
   - Fix ASTPHP5Scanner.flex and PhpColoringScanner.flex
   - Add unit tests
   - Fix PHP74UnhandledError
   
   ![nb-php7 4-numeric-literal-separator](https://user-images.githubusercontent.com/738383/59976614-fa4d1480-9601-11e9-9f6a-a08c5cff256b.png)
   ![nb-php7 4-numeric-literal-separator-error](https://user-images.githubusercontent.com/738383/59976615-fcaf6e80-9601-11e9-9800-e168edefb61e.png)
   
   
   ## New custom object serialization mechanism
   See https://wiki.php.net/rfc/custom_object_serialization
   
   - Add `__serialize()` and `__unserialize(array $data)` magic methods
   - Add/Fix unit tests
   - Didn't check the version but we should be able to do that easily if needed

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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