shire Wed Dec 13 19:33:08 2006 UTC
Modified files:
/phpdoc/en/appendices ini.xml
/phpdoc/en/reference/apc ini.xml
Log:
Updating APC ini settings. apc.enabled is now INI_SYSTEM and
apc.cache_by_default is now INI_ALL.
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.39&r2=1.40&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.39 phpdoc/en/appendices/ini.xml:1.40
--- phpdoc/en/appendices/ini.xml:1.39 Tue Dec 12 19:10:50 2006
+++ phpdoc/en/appendices/ini.xml Wed Dec 13 19:33:08 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@@ -50,13 +50,13 @@
<row>
<entry><link
linkend="ini.apc.cache-by-default">apc.cache_by_default</link></entry>
<entry>"1"</entry>
- <entry>PHP_INI_SYSTEM</entry>
+ <entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.apc.enabled">apc.enabled</link></entry>
<entry>"1"</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
<row>
@@ -102,12 +102,6 @@
<entry></entry>
</row>
<row>
- <entry><link
linkend="ini.apc.optimization">apc.optimization</link></entry>
- <entry>"0"</entry>
- <entry>PHP_INI_ALL</entry>
- <entry></entry>
- </row>
- <row>
<entry><link
linkend="ini.apc.shm-segments">apc.shm_segments</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/apc/ini.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/apc/ini.xml
diff -u phpdoc/en/reference/apc/ini.xml:1.6 phpdoc/en/reference/apc/ini.xml:1.7
--- phpdoc/en/reference/apc/ini.xml:1.6 Sun Mar 12 02:16:54 2006
+++ phpdoc/en/reference/apc/ini.xml Wed Dec 13 19:33:08 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="apc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -47,7 +47,7 @@
<row>
<entry>apc.enabled</entry>
<entry>"1"</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
<row>
@@ -89,7 +89,7 @@
<row>
<entry>apc.cache_by_default</entry>
<entry>"1"</entry>
- <entry>PHP_INI_SYSTEM</entry>
+ <entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>