List of directives

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164440 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-27 13:04:43 +00:00
parent 9884197f7e
commit 875ac609dd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.118 $ -->
<!-- $Revision: 1.119 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@ -33,8 +33,9 @@
<para>
The &php.ini; directives handled by extensions are documented respectively
on the pages of the extensions themselfs. The <link linkend="ini">list of
the core directives</link> is available in the appendix. Probably not all
the PHP directives are documented in the manual though. For a completel list
the core directives</link> is available in the appendix. Most of the PHP
directives are listed in <function>ini_set</function> with change
permissions and links to documentation. For a complete list
of directives available in your PHP version, please read your well commented
&php.ini; file. Alternatively, you may find the
<ulink url="&url.php.cvs.phpini;">the latest &php.ini;</ulink> from CVS