From 32667768057d4fec2610a32d4c09be1e04891083 Mon Sep 17 00:00:00 2001 From: Brian Shire Date: Wed, 13 Dec 2006 19:33:08 +0000 Subject: [PATCH] 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 --- appendices/ini.xml | 12 +++--------- reference/apc/ini.xml | 6 +++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 7a4f08d479..9d56060f52 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -50,13 +50,13 @@ apc.cache_by_default "1" - PHP_INI_SYSTEM + PHP_INI_ALL apc.enabled "1" - PHP_INI_ALL + PHP_INI_SYSTEM @@ -101,12 +101,6 @@ PHP_INI_SYSTEM - - apc.optimization - "0" - PHP_INI_ALL - - apc.shm_segments "1" diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index bb314b9d68..5cc3ed7aea 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -47,7 +47,7 @@ apc.enabled "1" - PHP_INI_ALL + PHP_INI_SYSTEM @@ -89,7 +89,7 @@ apc.cache_by_default "1" - PHP_INI_SYSTEM + PHP_INI_ALL