diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-20 20:00:07 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 14:52:47 -0800 |
commit | 06fdf359e3217f795fded77e337d5417426b8d64 (patch) | |
tree | 9ebcbc2030b120df99450a30550bbdacdebabec4 /README.TESTING2 | |
parent | 38229d13d14bb0bda736d52a9a4f25c121445692 (diff) | |
download | php-git-06fdf359e3217f795fded77e337d5417426b8d64.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'README.TESTING2')
-rw-r--r-- | README.TESTING2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.TESTING2 b/README.TESTING2 index 3c4f1beb29..34f7e83327 100644 --- a/README.TESTING2 +++ b/README.TESTING2 @@ -8,7 +8,7 @@ the original run-tests.php script. server-tests is *not* used by 'make test'. server-tests was developed to provide support for testing PHP under it's primary environment, HTTP, and can run the PHP tests under any of the SAPI modules that are direct executables, -or are accessable via HTTP. +or are accessible via HTTP. [New features] ---------------- @@ -95,7 +95,7 @@ include: $filename full native path to file, will become PATH_TRANSLATED $filepath =dirname($filename) $scriptname this is what will become SCRIPT_NAME unless you override it - $docroot the equivelant of DOCUMENT_ROOT under Apache + $docroot the equivalent of DOCUMENT_ROOT under Apache $cwd the directory that the test is being initiated from $this->conf all server-tests configuration vars $this->env all environment variables that will get passed to the test @@ -105,7 +105,7 @@ include: This section is also eval'd, and is similar in nature to --ENV--. However, this section is used to build the url used in an HTTP request. Valid values to set in this section would include: - SCRIPT_NAME The inital part of the request url + SCRIPT_NAME The initial part of the request url PATH_INFO The pathinfo part of a request url FRAGMENT The fragment section of a url (after #) QUERY_STRING The query part of a url (after ?) |