Update phpts section in README

This commit is contained in:
Shivam Mathur 2023-11-27 18:07:02 +05:30
parent 1874353919
commit e6f75134d3
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -470,7 +470,7 @@ On GitHub Actions you can assign the `setup-php` step an `id`, you can use the s
#### `phpts` (optional) #### `phpts` (optional)
- Specify to set up a thread-safe build of PHP on Linux and Windows. - Specify to set up a thread-safe build of PHP on Linux and Windows.
- Accepts `ts` and `nts`. - Accepts `nts` for non-thread-safe and `zts` or `ts` for thread-safe.
- By default, it is set to `nts`. - By default, it is set to `nts`.
- See [thread safe setup](#thread-safe-setup) for more info. - See [thread safe setup](#thread-safe-setup) for more info.