shire Sat Dec 16 20:18:47 2006 UTC
Modified files:
/phpdoc/en/appendices ini.xml
/phpdoc/en/reference/apc ini.xml
Log:
Fixing previous mistake with apc.optimizer
Adding changelog for apc.enabled and apc.cache_by_default
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.40&r2=1.41&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.40 phpdoc/en/appendices/ini.xml:1.41
--- phpdoc/en/appendices/ini.xml:1.40 Wed Dec 13 19:33:08 2006
+++ phpdoc/en/appendices/ini.xml Sat Dec 16 20:18:46 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@@ -51,13 +51,13 @@
<entry><link
linkend="ini.apc.cache-by-default">apc.cache_by_default</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>PHP_INI_SYSTEM in APC <= 3.0.12p2</entry>
</row>
<row>
<entry><link linkend="ini.apc.enabled">apc.enabled</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>PHP_INI_ALL in APC <= 3.0.12p2</entry>
</row>
<row>
<entry><link linkend="ini.apc.enable-cli">apc.enable_cli</link></entry>
@@ -102,6 +102,12 @@
<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.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/apc/ini.xml
diff -u phpdoc/en/reference/apc/ini.xml:1.7 phpdoc/en/reference/apc/ini.xml:1.8
--- phpdoc/en/reference/apc/ini.xml:1.7 Wed Dec 13 19:33:08 2006
+++ phpdoc/en/reference/apc/ini.xml Sat Dec 16 20:18:46 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<section id="apc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -48,7 +48,7 @@
<entry>apc.enabled</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>PHP_INI_ALL in APC <= 3.0.12p2</entry>
</row>
<row>
<entry>apc.shm_segments</entry>
@@ -90,7 +90,7 @@
<entry>apc.cache_by_default</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>PHP_INI_SYSTEM in APC <= 3.0.12p2</entry>
</row>
<row>
<entry>apc.filters</entry>