mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing previous mistake with apc.optimizer
Adding changelog for apc.enabled and apc.cache_by_default git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225148 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
47f7e294f7
commit
12bab98bb2
2 changed files with 12 additions and 6 deletions
|
@ -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>
|
||||
|
@ -101,6 +101,12 @@
|
|||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue