-
Notifications
You must be signed in to change notification settings - Fork 2
v23 #618
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
v23 #618
Conversation
wisyhambolu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few suggestions
Adds v23 t o the PHP compatibility table in the updating PHP guide. Marks PHP 8.1 as deprecated for v23.
Updates based on feedback.
- Minor text changes
Feedback updates
[Backport v23-branch] Added v23 to the PHP compatibility table
|
Going to merge this to complete v23 beta |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v23-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick ed969c9d2c6077aecfd97d3c9dc01a34d2a3866e 42bdf00acf741f15065511c58fdd0c322a2ec28e f6306beeea0801699fe5c46ca54cce5b79954934 a8708ba2b26eef133afdd1f5a744b44f3a8b0a57 04d6875f2c8905a3fa6dcc189ee3fa9fe23e038f fb8c7fe6ac55d4ce98901d147d0150d08d2edcc6
# Create a new branch with these backported commits.
git checkout -b backport-618-to-v23-branch
# Push it to GitHub.
git push --set-upstream origin backport-618-to-v23-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backportThen, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v23-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick ed969c9d2c6077aecfd97d3c9dc01a34d2a3866e 42bdf00acf741f15065511c58fdd0c322a2ec28e f6306beeea0801699fe5c46ca54cce5b79954934 a8708ba2b26eef133afdd1f5a744b44f3a8b0a57 04d6875f2c8905a3fa6dcc189ee3fa9fe23e038f fb8c7fe6ac55d4ce98901d147d0150d08d2edcc6
# Create a new branch with these backported commits.
git checkout -b backport-618-to-v23-branch
# Push it to GitHub.
git push --set-upstream origin backport-618-to-v23-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backportThen, create a pull request where the |
Uh oh!
There was an error while loading. Please reload this page.