Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔮 PHP 8.3 Upgrade Features/Notes #2283

Open
1 task done
chrisblakley opened this issue Apr 2, 2024 · 1 comment
Open
1 task done

🔮 PHP 8.3 Upgrade Features/Notes #2283

chrisblakley opened this issue Apr 2, 2024 · 1 comment
Labels
Backend (Server) Related to the server-side (includes PHP, HTML, etc). 💭 Question / Research Additional research/discussion is needed to answer this question.
Milestone

Comments

@chrisblakley
Copy link
Owner

chrisblakley commented Apr 2, 2024

PHP Version Timeline: https://www.php.net/supported-versions.php
PHP Release Notes: https://php.watch/versions
Version Stats: https://stitcher.io/blog/php-version-stats-january-2023

PHP 8.3 Info & References

https://php.watch/versions/8.3
https://stitcher.io/blog/new-in-php-83

  • Release Date: November 2023
  • Active Support Until November 2025
  • Security Support Until November 2026

Initial Tasks

  • Update /inc/data/php_timeline.json Nebula file

Projected Nebula Minimum Version Timeline

Active table will be moved here as it gets closer
#1992

Notable Features related to Nebula in PHP 8.3

  • Negative indices in arrays
  • New json_validate() function
  • Improved unserialize() error handling
@chrisblakley chrisblakley added 💭 Question / Research Additional research/discussion is needed to answer this question. Backend (Server) Related to the server-side (includes PHP, HTML, etc). labels Apr 2, 2024
@chrisblakley chrisblakley added this to the 12.0 Flame milestone Apr 2, 2024
@chrisblakley
Copy link
Owner Author

The new JSON Validate function:

if ( json_validate('{"foo":"bar"}') ){
    echo 'JSON valid'; 
}

if ( json_validate('[1,2,3}') ){
    echo 'JSON invalid'; 
}

@chrisblakley chrisblakley modified the milestones: 12.0 Flame, 13.0 Bubble May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend (Server) Related to the server-side (includes PHP, HTML, etc). 💭 Question / Research Additional research/discussion is needed to answer this question.
Projects
None yet
Development

No branches or pull requests

1 participant