* Not all directives are documented, see php.ini in CVS

* <note>: register_globals = off as of PHP 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88304 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-07-11 08:04:31 +00:00
parent 8fddd0ad7b
commit 04ef949a01

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.61 $ -->
<!-- $Revision: 1.62 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -24,6 +24,19 @@
environment variable <literal>PHPRC</literal> for an additionaly path to
search for &php.ini;.
</para>
<para>
Not every PHP directive is documented below. For a list of all directives,
please read your well commented &php.ini file. You may want to view the
latest <ulink url="&url.php.cvs.phpini;">php.ini here</ulink> from CVS.
</para>
<note>
<para>
The default value for the PHP directive
<link linkend="ini.register-globals">register_globals</link> changed from
<emphasis>on</emphasis> to <emphasis>off</emphasis> in PHP
<ulink url="&url.php.release4.2.0;">4.2.0</ulink>.
</para>
</note>
<para>
<example>
<title>&php.ini; example</title>