Updating APC ini settings. apc.enabled is now INI_SYSTEM and apc.cache_by_default is now INI_ALL.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224972 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Brian Shire 2006-12-13 19:33:08 +00:00
parent fcfb625a61
commit 3266776805
2 changed files with 6 additions and 12 deletions

View file

@ -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>
@ -101,12 +101,6 @@
<entry>PHP_INI_SYSTEM</entry>
<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>

View file

@ -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>