philip Thu Feb 10 13:20:17 2005 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
Mention that "Default Values" are based off latest version of PHP, and
php.ini-dist
http://cvs.php.net/diff.php/phpdoc/en/appendices/about.xml?r1=1.38&r2=1.39&ty=u
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xml:1.38 phpdoc/en/appendices/about.xml:1.39
--- phpdoc/en/appendices/about.xml:1.38 Wed Feb 2 09:28:03 2005
+++ phpdoc/en/appendices/about.xml Thu Feb 10 13:20:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.38 $ -->
+<!-- $Revision: 1.39 $ -->
<appendix id="about">
<title>About the manual</title>
@@ -290,6 +290,13 @@
Explanation is often added for features not available in the current
PHP release, but which will be available in a known future PHP version.
</para>
+ <para>
+ Many times the PHP manual lists "Default Values" for PHP directives. These
+ values are based on <filename>php.ini-dist</filename> and not
+ <filename>php.ini-recommended</filename>. They also refer to the latest
+ version of PHP. See the <link linkend="ini.list">PHP directive
+ appendix</link> for details on these values and changes.
+ </para>
</sect1>
<sect1 id="about.more">