dallas Sun Aug 21 18:33:17 2005 EDT
Modified files:
/phpdoc/en/install/unix debian.xml
Log:
Typo fix.
http://cvs.php.net/diff.php/phpdoc/en/install/unix/debian.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/unix/debian.xml
diff -u phpdoc/en/install/unix/debian.xml:1.2
phpdoc/en/install/unix/debian.xml:1.3
--- phpdoc/en/install/unix/debian.xml:1.2 Wed Jul 6 07:59:40 2005
+++ phpdoc/en/install/unix/debian.xml Sun Aug 21 18:33:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="install.unix.debian">
<title>Debian GNU/Linux installation notes</title>
<para>
@@ -19,7 +19,7 @@
Apache 1.3.x or Apache 2.x. The corresponding PHP packages are
respectively named libapache-mod-php* and libapache2-mod-php*.
The steps given below will use Apache 1.3.x.
- Please note that, as of this writing, there is no official
+ Please note that, as of this writing, there is no official
Debian packages of PHP 5. Then the steps given below will install PHP 4.
</simpara>
<simpara>
@@ -33,7 +33,7 @@
<simpara>
If you need more recent packages of PHP than the Debian's stable ones
or if some PHP modules lacks the Debian official repository, perhaps
- you should take a look at <ulink
url="&url.apt-get;">http://www.apt-get.org/</ulink>.
+ you should take a look at <ulink
url="&url.apt-get;">http://www.apt-get.org/</ulink>.
One of the results found should be
<ulink url="http://www.dotdeb.org/">Dotdeb</ulink>. This unofficial
repository
is maintained by <ulink url="mailto:[EMAIL PROTECTED]">Guillaume
Plessis</ulink>
@@ -52,7 +52,7 @@
</programlisting>
</example>
<simpara>
- The last thing to consider is whether your list of packages is up to date.
+ The last thing to consider is whether your list of packages is up to date.
If you have not updated it recently, you need to run <command>apt-get
update</command>
before anything else. This way, you will be using the most recent
stable version of the Apache and PHP packages.
@@ -72,7 +72,7 @@
<simpara>
APT will automatically install the PHP 4 module for Apache 1.3, and all its
dependencies and then activate it. If you're not asked to restart Apache
- duringduring the install process, you'll have to do it manually :
+ during the install process, you'll have to do it manually :
</simpara>
<example id="install.unix.debian.apt.example2">
<title>Stopping and starting Apache once PHP 4 is installed</title>
@@ -88,7 +88,7 @@
<title>Better control on configuration</title>
<simpara>
In the last section, PHP was installed without with only core modules.
- This may not be what you want and you will soon discover that you need
+ This may not be what you want and you will soon discover that you need
more activated modules, like MySQL, cURL, GD, etc.
</simpara>
<simpara>
@@ -109,14 +109,14 @@
As you can see from the last output, there's a lot of PHP modules that
you can install (excluding the php4-cgi, php4-cli or php4-pear special
packages).
- Look at them closely and choose what you need. If you choose a module and
+ Look at them closely and choose what you need. If you choose a module and
you do not have the proper libraries, APT will automatically install all
the dependencies for you.
</simpara>
<simpara>
If you choose to add the MySQL, cURL and GD support to PHP the command
will look something like this:
- </simpara>
+ </simpara>
<example id="install.unix.debian.config.example2">
<title>Install PHP with MySQL, cURL and GD</title>
<programlisting role="shell">