Mention that "Default Values" are based off latest version of PHP, and php.ini-dist

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179491 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2005-02-10 18:20:16 +00:00
parent b89b1ffa9d
commit 4ce54c5845

View file

@ -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 @@ Returns the length of string.
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">