com doc/ja: Add the standard PECL installation instructions to APCu: reference/apcu/setup.xml
[email protected] (Yoshinari Takaoka) Mon, 08 Feb 2021 13:43:53 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: 26d8e781f96f7b6cb61c5d7c978edabad4bd880f Author: Yoshinari Takaoka <[email protected]> Mon, 8 Feb 2021 22:43:53 +0900 Parents: f7716645aee050edb58f5894368f98b6766a6f3c Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=26d8e781f96f7b6cb61c5d7c978edabad4bd880f Log: Add the standard PECL installation instructions to APCu https://www.php.net/manual/en/apcu.installation.php would be confusing to new users. A recent user note coincidentally mentions this. Closes GH-440. Changed paths: M reference/apcu/setup.xml Diff: diff --git a/reference/apcu/setup.xml b/reference/apcu/setup.xml index 09ccde2978..47b8a784be 100644 --- a/reference/apcu/setup.xml +++ b/reference/apcu/setup.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: mumumu Status: ready --> +<!-- EN-Revision: a0f6f53786af9d6ea73d5c88e16e745f3abe55bb Maintainer: mumumu Status: ready --> <chapter xml:id="apcu.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> &reftitle.setup; @@ -13,6 +13,10 @@ <section xml:id="apcu.installation"> &reftitle.install; <para> + &pecl.info; + <link xlink:href="&url.pecl.package;apcu">&url.pecl.package;apcu</link>. + </para> + <para> APC の機能と後方互換を取ることが必須な場合、APCu は --enable-apcu-bc を付けてコンパイルしなければなりません。 </para> <warning>