svn: /phpdoc/ja/trunk/reference/wddx/ configure.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Thu, 14 May 2020 21:46:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349888

Log:
WDDX: update installation instructions

As of PHP 7.4, the extension is no longer bundled with PHP, but moved to PECL.

The way I've annotated this emulates the installation instructions for [POSIX regex](https://www.php.net/manual/en/regex.installation.php).

Patch provided by jrfnl.

Changed paths:
    U   phpdoc/ja/trunk/reference/wddx/configure.xml

Modified: phpdoc/ja/trunk/reference/wddx/configure.xml
===================================================================
--- phpdoc/ja/trunk/reference/wddx/configure.xml	2020-05-14 17:21:08 UTC (rev 349887)
+++ phpdoc/ja/trunk/reference/wddx/configure.xml	2020-05-14 21:46:58 UTC (rev 349888)
@@ -1,15 +1,31 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 300860 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: takagi -->
-<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook">
+<!-- EN-Revision: 349882 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: takagi,mumumu -->
+<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
- <para>
-  必須ライブラリ expat をインストールした後、PHP のコンパイル時に
-  <option role="configure">--enable-wddx</option> を指定します。また
-  <option role="configure">--with-libexpat-dir</option> で expat を指定します。
- </para>
- &windows.builtin;
+
+ <section xml:id="wddx.installation.php74">
+  <title>PHP 7.4</title>
+  <para>
+   &pecl.moved-ver;7.4.0
+  </para>
+  <para>
+   &pecl.info;
+   <link xlink:href="&url.pecl.package;wddx">&url.pecl.package;wddx</link>.
+  </para>
+ </section>
+
+ <section xml:id="wddx.installation.phplt74">
+  <title>PHP &lt; 7.4</title>
+  <para>
+    必須ライブラリ expat をインストールした後、PHP のコンパイル時に
+    <option role="configure">--enable-wddx</option> を指定します。また
+    <option role="configure">--with-libexpat-dir</option> で expat を指定します。
+  </para>
+  &windows.builtin;
+ </section>
+
 </section>

 <!-- Keep this comment at the end of the file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.