mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
9884197f7e
commit
875ac609dd
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue