betz Mon Jul 21 08:51:38 2003 EDT Modified files: /phpdoc/en/chapters install.apache.xml Log: double qoutes doesn't harm thanks kroesjnov at clownz.net Index: phpdoc/en/chapters/install.apache.xml diff -u phpdoc/en/chapters/install.apache.xml:1.18 phpdoc/en/chapters/install.apache.xml:1.19 --- phpdoc/en/chapters/install.apache.xml:1.18 Sun Jun 22 16:03:33 2003 +++ phpdoc/en/chapters/install.apache.xml Mon Jul 21 08:51:37 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <sect1 id="install.apache"> <title>Servers-Apache</title> <para> @@ -291,7 +291,7 @@ Open &httpd.conf; with your favorite editor and locate the <literal>LoadModule</literal> directive and add the following line <emphasis>at the end</emphasis> of the list: - <literal>LoadModule php4_module c:/php/sapi/php4apache.dll</literal> + <literal>LoadModule php4_module "c:/php/sapi/php4apache.dll"</literal> </simpara> </listitem> <listitem>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php