com doc/ja: Document that pthreads is dead: reference/pthreads/book.xml
[email protected] (Yoshinari Takaoka) Wed, 03 Feb 2021 23:07:06 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: b0a414ac7d879467ab186741aaeb375133184c74 Author: Yoshinari Takaoka <[email protected]> Thu, 4 Feb 2021 08:07:06 +0900 Parents: ff8ad944ed5d4ed6306bd91f62de8e336620651b Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=b0a414ac7d879467ab186741aaeb375133184c74 Log: Document that pthreads is dead Cf. <https://github.com/krakjoe/pthreads/issues/929>. Changed paths: M reference/pthreads/book.xml Diff: diff --git a/reference/pthreads/book.xml b/reference/pthreads/book.xml index ebd21f800a..c8db41d21a 100644 --- a/reference/pthreads/book.xml +++ b/reference/pthreads/book.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: d44af38adb986251e792ac5a52a7907179d25f2c Maintainer: takagi Status: ready --> +<!-- EN-Revision: 168da129a8ba4da5ceaacf20d40aff32bc65b2ca Maintainer: takagi Status: ready --> <!-- Credits: mumumu --> <book xml:id="book.pthreads" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -13,6 +13,11 @@ pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 </para> + <warning> + <simpara> + この拡張機能はメンテナンスされておらず、終了していると考えられます。 + </simpara> + </warning> <tip> <simpara> <link linkend="book.parallel">parallel</link> を代わりに使うことも検討してください。