diff options
author | Pierre Joye <pajoye@php.net> | 2009-03-18 17:58:09 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-03-18 17:58:09 +0000 |
commit | 989b9d7c43910df5ab4a4af2d6a061fe0fa684e2 (patch) | |
tree | b821cdaf1cce9e74df2f0bbb44880ad0e1ce5cc3 /win32 | |
parent | df57de48797e42e099af5dadaa1aa3098a5c713a (diff) | |
download | php-git-989b9d7c43910df5ab4a4af2d6a061fe0fa684e2.tar.gz |
- php.ini-dev/prod
Diffstat (limited to 'win32')
-rw-r--r-- | win32/install.txt | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/win32/install.txt b/win32/install.txt index 198d7f7dc6..9f19f8b049 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -6,8 +6,7 @@ Installing PHP 1. General Installation Considerations 2. Installation on Windows systems - Windows Installer (PHP 5.2 and later) - Windows Installer (PHP 5.1.0 and earlier) + Windows Installer Manual Installation Steps ActiveScript Microsoft IIS / PWS @@ -340,9 +339,9 @@ c:\php | |-.. | - |-php.ini-dist -- default php.ini settings + |-php.ini-development -- development php.ini settings | - |-php.ini-recommended -- recommended php.ini settings + |-php.ini-production -- recommended php.ini settings for production | |-php4ts.dll -- core PHP DLL | @@ -392,9 +391,9 @@ c:\php | |-.. | - |-php.ini-dist -- default php.ini settings + |-php.ini-development -- development php.ini settings | - |-php.ini-recommended -- recommended php.ini settings + |-php.ini-production -- recommended php.ini settings for production | |-php5activescript.dll | @@ -464,12 +463,12 @@ c:\php - logoff isn't enough). The next step is to set up a valid configuration file for PHP, php.ini. - There are two ini files distributed in the zip file, php.ini-dist and - php.ini-recommended. We advise you to use php.ini-recommended, because - we optimized the default settings in this file for performance, and - security. Read this well documented file carefully because it has - changes from php.ini-dist that will drastically affect your setup. Some - examples are display_errors being off and magic_quotes_gpc being off. + There are two ini files distributed in the zip file, php.ini-development + and php.ini-production. We advise you to use php.ini-production, + because we optimized the default settings in this file for performance, + and security. Read this well documented file carefully because it has + changes from php.ini-production that will drastically affect your setup. + Some examples are display_errors being off and magic_quotes_gpc being off. In addition to reading these, study the ini settings and set every element manually yourself. If you would like to achieve the best security, then this is the way for you, although PHP works fine with @@ -1858,7 +1857,7 @@ cgi error: example, set it with something like: --with-config-file-path=/etc - And then you would copy php.ini-dist from the distribution to + And then you would copy php.ini-production from the distribution to /etc/php.ini and edit it to make any local changes you want. --with-config-file-scan-dir=PATH |