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-13, 4:11 pm

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/phpdo...0&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/phpdo...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>
Sponsored Links







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

Copyright 2008 codecomments.com