philip Sat Nov 3 00:03:27 2001 EDT
Modified files:
/phpdoc/en/functions info.xml
Log:
magic_quotes_gpc and _sybase are: PHP_INI_PERDIR|PHP_INI_SYSTEM
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.67 phpdoc/en/functions/info.xml:1.68
--- phpdoc/en/functions/info.xml:1.67 Sat Sep 22 05:45:12 2001
+++ phpdoc/en/functions/info.xml Sat Nov 3 00:03:26 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.67 $ -->
+<!-- $Revision: 1.68 $ -->
<reference id="ref.info">
<title>PHP options & information</title>
<titleabbrev>PHP options/info</titleabbrev>
@@ -682,7 +682,7 @@
PHP options (as of PHP 4.0.5-dev), indicating which ones can be
changed/set and at what level.
<table>
- <title>Configuration options</title>
+ <title><link linkend="configuration">Configuration</link> options</title>
<tgroup cols="3">
<thead>
<row>
@@ -790,7 +790,7 @@
<row>
<entry>magic_quotes_gpc</entry>
<entry>"1"</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>magic_quotes_runtime</entry>
@@ -800,7 +800,7 @@
<row>
<entry>magic_quotes_sybase</entry>
<entry>"0"</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>output_buffering</entry>