summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4459e53298..1e4aa9be33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -252,8 +252,8 @@ included.
- Run `make test` to check your change doesn't break other features.
- Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
and check the PHP and web server error logs after running your PHP tests.
-- Rebuild PHP with `--enable-maintainer-zts` to check your change compiles on
- multi-threaded web servers.
+- Rebuild PHP with `--enable-zts` to check your change compiles and operates
+ correctly in a thread safe PHP.
- Review the change once more just before submitting it.
## What happens after submitting contribution?