From 748e586b10d606db2b8bcd77771b26559e7526f1 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 1 Sep 2011 13:27:14 +0000 Subject: [PATCH] update docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315986 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/ini.xml | 2 +- reference/yaf/setup.xml | 21 ++++++++++--------- reference/yaf/yaf-dispatcher.xml | 1 + .../yaf/yaf_controller_abstract/clone.xml | 2 +- .../yaf/yaf_controller_abstract/construct.xml | 4 ++-- reference/yaf/yaf_dispatcher/sleep.xml | 2 +- reference/yaf/yaf_dispatcher/wakeup.xml | 2 +- 7 files changed, 18 insertions(+), 16 deletions(-) diff --git a/reference/yaf/ini.xml b/reference/yaf/ini.xml index 33e497a45f..df055d90d8 100644 --- a/reference/yaf/ini.xml +++ b/reference/yaf/ini.xml @@ -62,7 +62,7 @@ yaf.cache_config 0 - its PHP_INI_ALL value + its PHP_INI_SYS value diff --git a/reference/yaf/setup.xml b/reference/yaf/setup.xml index be43f7f911..0bcf856481 100644 --- a/reference/yaf/setup.xml +++ b/reference/yaf/setup.xml @@ -4,13 +4,14 @@ &reftitle.setup; +
+ &reftitle.required; &no.requirement; - - -
+ +
&reftitle.install; @@ -24,18 +25,18 @@ &pecl.windows.download;
+ -
- &reftitle.runtime; - &no.config; -
+ + &reference.yaf.ini; + +
+ &reftitle.resources; &no.resource; - - -
+
diff --git a/reference/yaf/yaf-dispatcher.xml b/reference/yaf/yaf-dispatcher.xml index 3b2f719c17..c017341a59 100644 --- a/reference/yaf/yaf-dispatcher.xml +++ b/reference/yaf/yaf-dispatcher.xml @@ -49,6 +49,7 @@ _plugins + protected static _instance diff --git a/reference/yaf/yaf_controller_abstract/clone.xml b/reference/yaf/yaf_controller_abstract/clone.xml index 5d9808bbb4..852944ccc2 100644 --- a/reference/yaf/yaf_controller_abstract/clone.xml +++ b/reference/yaf/yaf_controller_abstract/clone.xml @@ -4,7 +4,7 @@ Yaf_Controller_Abstract::__clone - The __clone purpose + Yaf_Controller_Abstract can not be cloned diff --git a/reference/yaf/yaf_controller_abstract/construct.xml b/reference/yaf/yaf_controller_abstract/construct.xml index d6be21870f..15d02a6dfc 100644 --- a/reference/yaf/yaf_controller_abstract/construct.xml +++ b/reference/yaf/yaf_controller_abstract/construct.xml @@ -4,13 +4,13 @@ Yaf_Controller_Abstract::__construct - The __construct purpose + Yaf_Controller_Abstract constructor &reftitle.description; - Yaf_Controller_Abstract::__construct + final private Yaf_Controller_Abstract::__construct diff --git a/reference/yaf/yaf_dispatcher/sleep.xml b/reference/yaf/yaf_dispatcher/sleep.xml index fdb9b51a90..6b4c170310 100644 --- a/reference/yaf/yaf_dispatcher/sleep.xml +++ b/reference/yaf/yaf_dispatcher/sleep.xml @@ -4,7 +4,7 @@ Yaf_Dispatcher::__sleep - The __sleep purpose + Yaf_Dispatcher can not be serialized diff --git a/reference/yaf/yaf_dispatcher/wakeup.xml b/reference/yaf/yaf_dispatcher/wakeup.xml index 2fe7b50101..e14af61d54 100644 --- a/reference/yaf/yaf_dispatcher/wakeup.xml +++ b/reference/yaf/yaf_dispatcher/wakeup.xml @@ -4,7 +4,7 @@ Yaf_Dispatcher::__wakeup - The __wakeup purpose + Yaf_Dispatcher can not be unserialized