mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* 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:
parent
8fddd0ad7b
commit
04ef949a01
1 changed files with 14 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue