Skip to content

docs: add macos instruction, update blocks #18670

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

Merged
merged 7 commits into from
Jun 27, 2025
Prev Previous commit
Next Next commit
[skip ci] Use -j4 consistently
Co-authored-by: Gina Peter Banyard <girgias@php.net>
  • Loading branch information
iluuu1994 and Girgias authored Jun 27, 2025
commit 892fec7c8cd5d1a046892d3aa62d2c3ed98e839f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ make TESTS=tests/lang/ test
Or combine the variables:

```shell
make TEST_PHP_ARGS=-j8 TESTS=tests/lang/ test
make TEST_PHP_ARGS=-j4 TESTS=tests/lang/ test
```

The [qa.php.net](https://qa.php.net) site provides more detailed info about
Expand Down