[PHP-DOC] cvs: phpdoc /en/chapters install.xml From: Ron Chmara (ron <email protected>)
Date: 09/08/00

ronabop Thu Sep 7 22:19:11 2000 EDT

  Modified files:
    /phpdoc/en/chapters install.xml
  Log:
  Added link and info about DSO support.
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.15 phpdoc/en/chapters/install.xml:1.16
--- phpdoc/en/chapters/install.xml:1.15 Thu Aug 31 00:04:53 2000
+++ phpdoc/en/chapters/install.xml Thu Sep 7 22:19:11 2000
@@ -157,6 +157,15 @@
      into PHP from either the <filename>php.ini</filename> file or
      directly using <function>dl</function>.
     </para>
+ <para>
+ When choosing to build PHP in different ways, you should consider
+ the advantages and drawbacks of each method. Building as a shared
+ object will mean that you can compile apache separately, and don't
+ have to recompile everything as you add to, or change, PHP.
+ Building PHP into apache (static method) means that PHP will
+ load and run faster. For more information, see the Apache
+ <ulink url="&url.apachedso;">webpage on DSO support</ulink>.
+ </para>
    </sect2>
 
    <sect2 id="with-fhttpd">