diff --git a/chapters/install.commandline.xml b/chapters/install.commandline.xml index 8b253d66cb..01bd2ff6b0 100644 --- a/chapters/install.commandline.xml +++ b/chapters/install.commandline.xml @@ -1,5 +1,5 @@ - + Servers-CGI/Commandline @@ -59,11 +59,15 @@ Some server supplied environment variables are not defined in the current CGI/1.1 specification. Only the following variables are defined there; everything else - should be treated as 'vendor extensions': AUTH_TYPE, CONTENT_LENGTH, CONTENT_TYPE, - GATEWAY_INTERFACE, PATH_INFO, PATH_TRANSLATED, QUERY_STRING, - REMOTE_ADDR, REMOTE_HOST, REMOTE_IDENT, REMOTE_USER, - REQUEST_METHOD, SCRIPT_NAME, SERVER_NAME, SERVER_PORT, - SERVER_PROTOCOL and SERVER_SOFTWARE + should be treated as 'vendor extensions': $AUTH_TYPE, + $CONTENT_LENGTH, $CONTENT_TYPE, + $GATEWAY_INTERFACE, $PATH_INFO, + $PATH_TRANSLATED, $QUERY_STRING, + $REMOTE_ADDR, $REMOTE_HOST, + $REMOTE_IDENT, $REMOTE_USER, + $REQUEST_METHOD, $SCRIPT_NAME, + $SERVER_NAME, $SERVER_PORT, + $SERVER_PROTOCOL, and $SERVER_SOFTWARE diff --git a/chapters/install.iplanet.xml b/chapters/install.iplanet.xml index c17befdd74..01e1d00f30 100644 --- a/chapters/install.iplanet.xml +++ b/chapters/install.iplanet.xml @@ -1,5 +1,5 @@ - + Servers-Netscape, iPlanet and SunONE @@ -105,7 +105,7 @@ Configuration Instructions for NES/iPlanet/SunONE - Firstly you may need to add some paths to the LD_LIBRARY_PATH environment + Firstly you may need to add some paths to the LD_LIBRARY_PATH environment for SunONE to find all the shared libs. This can best done in the start script for your SunONE webserver. Windows users can probably skip this step. The start script is often located in: Special use for error pages or self-made directory listings (PHP >= 4.3.3) - You can use PHP to generate the error pages for "404 Not Found" + You can use PHP to generate the error pages for "404 Not Found" or similar. Add the following line to the object in obj.conf for every error page you want to overwrite: diff --git a/chapters/install.otherhttpd.xml b/chapters/install.otherhttpd.xml index deba1d77a1..fc4003c053 100644 --- a/chapters/install.otherhttpd.xml +++ b/chapters/install.otherhttpd.xml @@ -1,5 +1,5 @@ - + Servers-Other web servers @@ -10,8 +10,8 @@ see Server-related options for a full list of server-related configure --> - see Server-related - options for a full list of server-related configure + see Server-related + options for a full list of server-related configure options. The PHP CGI binaries are compatible with almost all webservers supporting the CGI standard. diff --git a/chapters/install.sambar.xml b/chapters/install.sambar.xml index 4c75623745..cd6116ace7 100644 --- a/chapters/install.sambar.xml +++ b/chapters/install.sambar.xml @@ -1,5 +1,5 @@ - + Servers-Sambar @@ -26,15 +26,16 @@ Open mappings.ini and add the following line under [ISAPI]: - - + + ISAPI configuration of Sambar + - - + + (This line assumes that PHP was installed in - c:\php.) + c:\php.) diff --git a/chapters/install.solaris.xml b/chapters/install.solaris.xml index 60e1f0e926..4fcdd2502d 100644 --- a/chapters/install.solaris.xml +++ b/chapters/install.solaris.xml @@ -1,15 +1,15 @@ - + - Unix/Solaris installs + Unix/<productname>Solaris</productname> installs This section contains notes and hints specific to installing - PHP on Solaris systems. + PHP on Solaris systems. Required software - Solaris installs often lack C compilers and their related tools. + Solaris installs often lack C compilers and their related tools. Read this FAQ for information on why using GNU versions for some of these tools is necessary. The required software is as follows: @@ -78,7 +78,7 @@ Using Packages - You can simplify the Solaris install process by using pkgadd to + You can simplify the Solaris install process by using pkgadd to install most of your needed components. diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index 63c04ed2ed..f5c2c5fbc2 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -233,7 +233,7 @@ c:\php webserver loads the dll (e.g. php4apache.dll). - Any directory in your Windows PATH environment variable. + Any directory in your Windows $PATH environment variable. @@ -783,8 +783,8 @@ extension=php_bz2.dll c:\php\dlls\ folder but some, for example Oracle (php_oci8.dll) require DLLs which are not bundled with the distribution package. Copy the bundled DLLs from - c:\php\dlls folder to your Windows PATH, safe - places are: + c:\php\dlls folder to your Windows + $PATH, safe places are: c:\windows\system for Windows 9x/Me c:\winnt\system32 for Windows NT/2000 diff --git a/chapters/install.xitami.xml b/chapters/install.xitami.xml index e324e07510..9f5e72f4a5 100644 --- a/chapters/install.xitami.xml +++ b/chapters/install.xitami.xml @@ -1,5 +1,5 @@ - + Servers-Xitami @@ -43,7 +43,7 @@ In Filter command or script put the path and name - of your PHP executable i.e. c:\php\php.exe. + of your PHP executable i.e. c:\php\php.exe. diff --git a/chapters/streams.file.xml b/chapters/streams.file.xml index 002488e1f2..2128197e05 100755 --- a/chapters/streams.file.xml +++ b/chapters/streams.file.xml @@ -1,5 +1,5 @@ - +