-
Notifications
You must be signed in to change notification settings - Fork 595
[WIP] PHP 8.5 release page #1454
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
Draft
saundefined
wants to merge
16
commits into
php:master
Choose a base branch
from
saundefined:php-85
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+619
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
🚀 Regression report for commit 30c04c6 is at https://web-php-regression-report-pr-1454.preview.thephp.foundation |
Contributor
|
🚀 Preview for commit 30c04c6 can be found at https://web-php-pr-1454.preview.thephp.foundation |
TimWolla
reviewed
Sep 26, 2025
TimWolla
reviewed
Oct 1, 2025
vudaltsov
reviewed
Oct 3, 2025
vudaltsov
reviewed
Oct 3, 2025
TimWolla
reviewed
Oct 3, 2025
Co-authored-by: Tim Düsterhus <[email protected]>
TimWolla
reviewed
Oct 4, 2025
TimWolla
reviewed
Oct 4, 2025
TimWolla
reviewed
Oct 5, 2025
Co-authored-by: Tim Düsterhus <[email protected]>
TimWolla
reviewed
Oct 9, 2025
Co-authored-by: Tim Düsterhus <[email protected]>
TimWolla
reviewed
Oct 12, 2025
Co-authored-by: Tim Düsterhus <[email protected]>
TimWolla
reviewed
Oct 14, 2025
1 task
Co-authored-by: Tim Düsterhus <[email protected]>
bkosun
reviewed
Oct 20, 2025
TimWolla
reviewed
Oct 21, 2025
Co-authored-by: Tim Düsterhus <[email protected]> Co-authored-by: Borislav Kosun <[email protected]>
* Simplified header and footer text. * Moved Pipe Operator example to the top and simplified the code and description slightly. * Made the URI Extension description less wordy. * Replaced the *Clone With* example to have a realistic before/after class (rather than a fatal error in the before example). * Greatly simplified the `array_first()` example and moved it to after the `#[\NoDiscard]` attribute. * Replaced the *Closures and First Class Callables in Constant Expressions* example with a couple self-contained functions highlighting the new syntax (rather than a complex test which isn't even supported in PHPUnit). Also added a description. * Shortened and clarified the *Persistent cURL Share Handles* example and added a more helpful description. * Filled out the *Deprecations and backward compatibility breaks* section. * Replaced *New Classes, Interfaces, and Functions* section with a more relevant *Additional features and improvements* section (mentioning that fatal errors now include a backtrace, that `setcookie()` and `setrawcookie()` now support the "partitioned" key, and clarifying some of the other new functions/features).
…last()` example (#32) * Move Pipe Operator after URI Extension This is per feedback - without PFA the pipe operator is somewhat clunky, so it may be better to feature it first next year with partial function application. * Use more realistic example for array_last
TimWolla
reviewed
Nov 7, 2025
TimWolla
reviewed
Nov 7, 2025
Co-authored-by: Tim Düsterhus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preview: https://web-php-pr-1454.preview.thephp.foundation/releases/8.5/en.php