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

Update Docs & Test #14893

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ feature development that cannot go into the new version.
All the changes that are already present in the previous version NEWS should be
removed. It means all bug fixes that went to the previous version as well should
have their entries removed. It is possible to use `grep` to compare the changes.
For exampe if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
For example if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
then following command will show changes present in both files:

```sh
Expand Down Expand Up @@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.

Provide the following information in a single email:

- Prefered Unix username (will also become part of location to download RCs,
- Preferred Unix username (will also become part of location to download RCs,
such as `https://downloads.php.net/~derick/`).
- An SSH public key, preferably a new unique one for PHP systems and
projects.
Expand Down
2 changes: 1 addition & 1 deletion tests/lang/foreachLoop.011.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Changing from an interable type to a non iterable type during the iteration
Changing from an iterable type to a non iterable type during the iteration
--FILE--
<?php
echo "\nChange from array to non iterable:\n";
Expand Down
Loading