philip Thu Jul 11 04:04:31 2002 EDT
Modified files:
/phpdoc/en/chapters config.xml
Log:
* Not all directives are documented, see php.ini in CVS
* <note>: register_globals = off as of PHP 4.2.0
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.61 phpdoc/en/chapters/config.xml:1.62
--- phpdoc/en/chapters/config.xml:1.61 Thu Jul 11 03:22:25 2002
+++ phpdoc/en/chapters/config.xml Thu Jul 11 04:04:31 2002
@@ -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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php