nlopess Wed Jun 16 09:09:38 2004 EDT
Modified files:
/phpdoc/en/faq installation.xml
Log:
better docbook tag
http://cvs.php.net/diff.php/phpdoc/en/faq/installation.xml?r1=1.29&r2=1.30&ty=u
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.29 phpdoc/en/faq/installation.xml:1.30
--- phpdoc/en/faq/installation.xml:1.29 Wed Jun 16 08:22:33 2004
+++ phpdoc/en/faq/installation.xml Wed Jun 16 09:09:37 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<chapter id="faq.installation">
<title>Installation</title>
<titleabbrev>Installation</titleabbrev>
@@ -61,13 +61,13 @@
second cpu and the higher frequency of requests. And the bug report we
get from this user will be something along the lines of:
</para>
- <para>
- <quote>
+ <blockquote>
+ <para>
It don't work sometimes. Most of the times it works fine, but then
every now and then it just don't. The error is different each time
and I have no idea how to reproduce it, but fix it right away!!!
- </quote>
- </para>
+ </para>
+ </blockquote>
<para>What can we do about these?</para>
<para>
@@ -93,7 +93,7 @@
and yes using a standalone fastcgi mechanism to avoid the threading,
too, but then defining characteristic of the web server of choice are
avoided. At this point in its development, Rasmus still maintains that
- one is better off simply sticking with Apache1 for serving up PHP pages
+ one is better off simply sticking with Apache 1 for serving up PHP pages
with the one caveat that Apache 1 sucks pretty badly on Windows.
</para>
</answer>