diff --git a/appendices/filters.xml b/appendices/filters.xml index 3d8b7a4d3f..493bd9be89 100644 --- a/appendices/filters.xml +++ b/appendices/filters.xml @@ -1,5 +1,5 @@ - + List of Available Filters @@ -279,7 +279,7 @@ fwrite($fp, "This is a test.\n"); zlib.* compression filters are available with PHP as of version 5.1.0 if - support is enabled. They are also available as a backport in version + support is enabled. They are also available as a backport in version 5.0.x by installing the zlib_filter package from PECL. These filters are not available for PHP 4. diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index 96e62716bc..ac9ec7cfe8 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -14,10 +14,10 @@ You can select arguments to add to the configure on line 10 below from the Complete list of configure - options. The version numbers have been omitted here, to - ensure the instructions are not incorrect. You will need to replace - the 'xxx' here with the correct values from your files. + linkend="configure">configure options. The version numbers have + been omitted here, to ensure the instructions are not incorrect. You + will need to replace the 'xxx' here with the correct values from your + files. diff --git a/chapters/install.caudium.xml b/chapters/install.caudium.xml index ff0192ff17..ca05f01304 100644 --- a/chapters/install.caudium.xml +++ b/chapters/install.caudium.xml @@ -1,5 +1,5 @@ - + Servers-Caudium @@ -36,9 +36,8 @@ You can of course compile your Caudium module with support for the - various extensions available in PHP 4. See the - complete list of configure - options for an exhaustive rundown. + various extensions available in PHP. See the chapter on + configure options for more details. diff --git a/chapters/install.fhttpd.xml b/chapters/install.fhttpd.xml index 533aee8c82..112a088930 100644 --- a/chapters/install.fhttpd.xml +++ b/chapters/install.fhttpd.xml @@ -1,14 +1,12 @@ - + Servers-fhttpd To build PHP as an fhttpd module, answer "yes" to "Build as an - fhttpd module?" (the - --with-fhttpd=DIR - option to configure) and specify the fhttpd source base - directory. The default directory is --with-fhttpd=[DIR] + configure option and specify the fhttpd + source base directory. The default directory is /usr/local/src/fhttpd. If you are running fhttpd, building PHP as a module will give better performance, more control and remote execution capability. diff --git a/chapters/install.iplanet.xml b/chapters/install.iplanet.xml index 01e1d00f30..fd2a6ccde6 100644 --- a/chapters/install.iplanet.xml +++ b/chapters/install.iplanet.xml @@ -1,5 +1,5 @@ - + Servers-Netscape, iPlanet and SunONE @@ -23,9 +23,8 @@ Installing PHP with NES/iPlanet/SunONE Webserver on Sun Solaris To build PHP with NES/iPlanet/SunONE webservers, enter the proper install - directory for the - --with-nsapi=[DIR] - option. The default directory is usually + directory for the --with-nsapi=[DIR] option. The + default directory is usually /opt/netscape/suitespot/. Please also read /php-xxx-version/sapi/nsapi/nsapi-readme.txt. diff --git a/chapters/install.otherhttpd.xml b/chapters/install.otherhttpd.xml index fc4003c053..4da9db7d65 100644 --- a/chapters/install.otherhttpd.xml +++ b/chapters/install.otherhttpd.xml @@ -1,5 +1,5 @@ - + Servers-Other web servers @@ -10,10 +10,9 @@ 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. + see the configure options chapter for + more details. The PHP CGI binaries are compatible with almost all + webservers supporting the CGI standard. @@ -36,4 +35,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +--> diff --git a/chapters/install.unix.xml b/chapters/install.unix.xml index 722b052928..bcce23fe83 100644 --- a/chapters/install.unix.xml +++ b/chapters/install.unix.xml @@ -1,5 +1,5 @@ - + Installation on Unix systems @@ -56,10 +56,9 @@ The initial PHP setup and configuration process is controlled by the use of the commandline options of the configure script. This page outlines the usage of the most common options, - but there are many others to play with. Check out the Complete list of configure - options for an exhaustive rundown. There are several ways - to install PHP: + but there are many others to play with. Check out the chapter on + configure options for more details. + There are several ways to install PHP: diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index bcb1568593..c880f66281 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -380,12 +380,6 @@ doc_root = c:\apache\htdocs // for Apache - - - .. the Oreilly Website Pro server. - - - .. the Sambar server. diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index d61cb54bfa..be29a55826 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -1,5 +1,5 @@ - + A simple tutorial @@ -44,10 +44,10 @@ You can either install these individually or choose a simpler way. Our - manual has installation instructions for PHP - (assuming you already have some webserver set up). In case you have - problems with installing PHP yourself, we would suggest you ask your - questions on our installation + manual has installation instructions for + PHP (assuming you already have some webserver set up). In case + you have problems with installing PHP yourself, we would suggest you ask + your questions on our installation mailing list. If you choose to go on the simpler route, then locate a pre-configured package for your operating system, which automatically installs all of these diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 9fa2d3c42d..a59c6d23ba 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session Handling Functions Sessions @@ -320,7 +320,7 @@ if (! isset($_SESSION['count'])) { PHP is capable of transforming links transparently. Unless you are using PHP 4.2 or later, you need to enable it manually when building PHP. - Under Unix, pass + Under Unix, pass --enable-trans-sid to configure. If this build option and the run-time option session.use_trans_sid are enabled, relative @@ -374,7 +374,7 @@ here. Printing the SID, like shown above, is not necessary if - + --enable-trans-sid was used to compile PHP.