From da5ec3f422f9408d0c22221584cf29449aa69fe9 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 1 Jun 2010 20:00:51 +0000 Subject: [PATCH] Added skeletons for apc.lazy_* directives git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300072 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/ini.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index 1c2043a8b5..5056da3c3b 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -242,6 +242,18 @@ PHP_INI_SYSTEM Available since APC 3.1.1. + + apc.lazy_functions + 0 + PHP_INI_SYSTEM + Available since APC 3.1.3. + + + apc.lazy_classes + 0 + PHP_INI_SYSTEM + Available since APC 3.1.3. + @@ -836,6 +848,30 @@ Array + + + + apc.lazy_functions + integer + + + + Enables lazy loading for functions. + + + + + + + apc.lazy_classes + integer + + + + Enables lazy loading for classes. + + +