diff options
author | Edin Kadribasic <edink@php.net> | 2002-05-12 20:36:05 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-05-12 20:36:05 +0000 |
commit | 934b4388cbce0ece4e27cda9a9d7e339bfeafceb (patch) | |
tree | d04f78c21b80ef47b0fe6b0ee5bdcb54791d469d | |
parent | 055710e95afdce94ff5d4197b7eb0e42f07f26ff (diff) | |
download | php-git-934b4388cbce0ece4e27cda9a9d7e339bfeafceb.tar.gz |
Fixed typo.
-rw-r--r-- | win32/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/install.txt b/win32/install.txt index 5ca90005a8..50a9d39132 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -233,7 +233,7 @@ Web server configuration AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" - Please not that you cannot use php-cli.exe with your webserver. You have + Please note that you cannot use php-cli.exe with your webserver. You have to use php.exe which can be found in the sapi directory of your PHP distribution. |