1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
Files
archived-doc-ja/reference/sem/configure.xml
2026-01-26 15:33:20 +00:00

37 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fd2f14b2e44fbda6dd3f94a1d07f2bc9a7567aff Maintainer: hirokawa Status: ready -->
<section xmlns="http://docbook.org/ns/docbook" xml:id="sem.installation">
&reftitle.install;
<simpara>
この関数はデフォルトでは有効になってはいません。System V セマフォの
サポートを有効にするには、オプション
<option role="configure">--enable-sysvsem</option> を指定して PHP を
コンパイルする必要があります。System V 共有メモリのサポートを有効にするには、
オプション <option role="configure">--enable-sysvshm</option>
指定して PHP をコンパイルする必要があります。System V メッセージを有効に
するには、オプション <option role="configure">--enable-sysvmsg</option> を指定して PHP をコンパイル
します。
</simpara>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->