vrana           Tue Apr 26 12:16:05 2005 EDT

  Modified files:              
    /phpdoc/en/install  ini.xml 
  Log:
  Observing SAPI name (part of bug #21783)
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.6 phpdoc/en/install/ini.xml:1.7
--- phpdoc/en/install/ini.xml:1.6       Tue Mar 29 16:29:18 2005
+++ phpdoc/en/install/ini.xml   Tue Apr 26 12:16:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <chapter id="configuration">
   <title>Runtime Configuration</title>
 
@@ -28,6 +28,7 @@
     If <filename>php-SAPI.ini</filename> exists (where SAPI is used SAPI, so 
the
     filename is e.g. <filename>php-cli.ini</filename> or
     <filename>php-apache.ini</filename>), it's used instead of &php.ini;.
+    SAPI name can be determined by <function>php_sapi_name</function>.
    </para>
    <note>
     <para>

Reply via email to