From b13289096f8bc6f7eb87f124ed901e00409d37b5 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Tue, 14 Jun 2016 15:26:06 +0900 Subject: [PATCH] add APCu extension to recommendations in install guide (fixes #3957) --- doc/en/OpenPNE3_Setup_Guide.txt | 2 +- doc/ja/OpenPNE3_Setup_Guide.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/OpenPNE3_Setup_Guide.txt b/doc/en/OpenPNE3_Setup_Guide.txt index c0f4572c6..40319aabb 100644 --- a/doc/en/OpenPNE3_Setup_Guide.txt +++ b/doc/en/OpenPNE3_Setup_Guide.txt @@ -21,7 +21,7 @@ PHP * The "JSON" module is available * The GD library is available from PHP (That must be support JPEG, GIF and PNG) * The "mcrypt" module recommendation - * The "APC" module recommendation + * The "APC" (or "APCu") module recommendation Database Server MySQL4.1 or later (5.1 or greater recommended) diff --git a/doc/ja/OpenPNE3_Setup_Guide.txt b/doc/ja/OpenPNE3_Setup_Guide.txt index d33b9f716..40c067204 100644 --- a/doc/ja/OpenPNE3_Setup_Guide.txt +++ b/doc/ja/OpenPNE3_Setup_Guide.txt @@ -21,7 +21,7 @@ PHP * PHP の JSON 拡張モジュールを使用可能 * PHP から GD ライブラリを使用可能 (JPEG/GIF/PNG サポート) * PHP の mcrypt 拡張モジュールの使用を推奨 - * PHP の APC 拡張モジュールの使用を推奨 + * PHP の APC (または APCu) 拡張モジュールの使用を推奨 データベースサーバ MySQL4.1以降(5.1 以降を推奨)