For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2006 > cvs: phpdoc /en/appendices ini.xml /en/reference/apc ini.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/appendices ini.xml /en/reference/apc ini.xml
Brian Shire

2006-12-16, 7:00 pm

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/phpdo...1&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 &lt;= 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 &lt;= 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/phpdo...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 &lt;= 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 &lt;= 3.0.12p2</entry>
</row>
<row>
<entry>apc.filters</entry>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com