didou Wed Feb 18 12:15:18 2004 EDT
Modified files:
/phpdoc/en/chapters install.apache.xml install.iplanet.xml
install.openbsd.xml
Log:
some more roles
http://cvs.php.net/diff.php/phpdoc/en/chapters/install.apache.xml?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.21
phpdoc/en/chapters/install.apache.xml:1.22
--- phpdoc/en/chapters/install.apache.xml:1.21 Fri Dec 12 14:56:02 2003
+++ phpdoc/en/chapters/install.apache.xml Wed Feb 18 12:15:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<sect1 id="install.apache">
<title>Servers-Apache</title>
<para>
@@ -166,7 +166,7 @@
</para>
<para>
<informalexample>
- <programlisting>
+ <programlisting role="shell">
<![CDATA[
./configure --with-apxs --with-pgsql=shared
]]>
@@ -183,7 +183,7 @@
</para>
<para>
<informalexample>
- <programlisting>
+ <programlisting role="shell">
<![CDATA[
./configure --with-apache=/path/to/apache_source --with-pgsql
]]>
@@ -205,7 +205,7 @@
</para>
<para>
<informalexample>
- <programlisting>
+ <programlisting role="shell">
<![CDATA[
./configure --with-apache=/path/to/apache_source --with-pgsql=shared
]]>
@@ -233,7 +233,7 @@
Apache's default &httpd.conf; currently ships with a section that looks
like this:
<informalexample>
- <programlisting>
+ <programlisting role="apache-conf">
<![CDATA[
User nobody
Group "#-1"
http://cvs.php.net/diff.php/phpdoc/en/chapters/install.iplanet.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/chapters/install.iplanet.xml
diff -u phpdoc/en/chapters/install.iplanet.xml:1.13
phpdoc/en/chapters/install.iplanet.xml:1.14
--- phpdoc/en/chapters/install.iplanet.xml:1.13 Sat Dec 20 23:21:40 2003
+++ phpdoc/en/chapters/install.iplanet.xml Wed Feb 18 12:15:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<sect1 id="install.netscape-enterprise">
<title>Servers-Netscape, iPlanet and SunONE</title>
<para>
@@ -303,7 +303,7 @@
Edit <filename>magnus.conf</filename> (for servers >= 6) or
<filename>obj.conf</filename> (for servers < 6) and add the following:
You should
- place the the lines after <literal>mime types init</literal>.
+ place the lines after <literal>mime types init</literal>.
<programlisting>
<![CDATA[
Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans"
shlib="c:/php/sapi/php4nsapi.dll"
http://cvs.php.net/diff.php/phpdoc/en/chapters/install.openbsd.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/chapters/install.openbsd.xml
diff -u phpdoc/en/chapters/install.openbsd.xml:1.7
phpdoc/en/chapters/install.openbsd.xml:1.8
--- phpdoc/en/chapters/install.openbsd.xml:1.7 Sun Dec 21 09:42:17 2003
+++ phpdoc/en/chapters/install.openbsd.xml Wed Feb 18 12:15:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<sect1 id="install.openbsd">
<title>Unix/OpenBSD installs</title>
<para>
@@ -23,7 +23,7 @@
</simpara>
<example id="install.openbsd.ports.example">
<title>OpenBSD Package Install Example</title>
- <programlisting>
+ <programlisting role="shell">
<![CDATA[
# pkg_add php4-core-4.3.3.tgz
# /usr/local/sbin/phpxs -s