ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/appendices ini.xml /en/reference/apc ini.xml
by Brian Shire other posts by this author
Dec 13 2006 11:33AM messages near this date
[PHP-DOC] APC INI changes | [PHP-DOC] #39818 [NEW]: "any English textual datetime description" is ambigious
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 I
NI_ALL.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.39&r2=1.40&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/phpdoc/en/reference/apc/ini.xml?r1=1.6&r2=1.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> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved