simp            Thu May 11 09:38:23 2006 UTC

  Modified files:              
    /phpdoc/en/install  ini.xml 
  Log:
  minor markup changes
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/ini.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.12 phpdoc/en/install/ini.xml:1.13
--- phpdoc/en/install/ini.xml:1.12      Mon Oct  3 14:57:35 2005
+++ phpdoc/en/install/ini.xml   Thu May 11 09:38:23 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <chapter id="configuration">
   <title>Runtime Configuration</title>
 
@@ -255,8 +255,9 @@
       directory or any subdirectory of it. The values under the key
       should have the name of the PHP configuration directive and the
       string value. PHP constants in the values are not parsed. 
-      However, only configuration values changeable in PHP_INI_USER can be set
-      this way, PHP_INI_PERDIR values can not.
+      However, only configuration values changeable in 
+      <constant>PHP_INI_USER</constant> can be set
+      this way, <constant>PHP_INI_PERDIR</constant> values can not.
      </simpara>
    </sect2>
    

Reply via email to