diff options
author | Jon Parise <jon@php.net> | 2002-10-23 21:41:40 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2002-10-23 21:41:40 +0000 |
commit | 553112eee86201b66cee4fba56cc8d14115a9cdc (patch) | |
tree | 8884afe8435f2f7ba4f8f7e1e8fa9ead0487c7ea /README.SUBMITTING_PATCH | |
parent | 67f8041395130d2fb99ce3319e987773c4c51244 (diff) | |
download | php-git-553112eee86201b66cee4fba56cc8d14115a9cdc.tar.gz |
Capitalize PHP and spell "web server" using two words.
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r-- | README.SUBMITTING_PATCH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index 3b30d8b928..900d2cd318 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -66,8 +66,8 @@ Check list for submitting patch ------------------------------- - Did you run "make test" to check if your patch didn't break other features? - - Did you compile PHP with --enable-debug and check php/webserver - error logs when you test your patch? + - Did you compile PHP with --enable-debug and check the PHP and + web server error logs when you test your patch? - Did you build PHP for multi-threaded web servers. (Optional) - Did you create test script for "make test"? (Recommended) - Did you check your patch is unified format and it does not |