mirror of
https://github.com/php/doc-ru.git
synced 2026-03-24 07:42:22 +01:00
49 lines
1.3 KiB
XML
49 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: fd2f14b2e44fbda6dd3f94a1d07f2bc9a7567aff Maintainer: rjhdby Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sem.setup">
|
||
&reftitle.setup;
|
||
|
||
<!-- {{{ Installation -->
|
||
&reference.sem.configure;
|
||
<!-- }}} -->
|
||
|
||
<!-- {{{ Configuration -->
|
||
&reference.sem.ini;
|
||
<!-- }}} -->
|
||
|
||
<!-- {{{ Resources -->
|
||
<section xml:id="sem.resources">
|
||
&reftitle.resources;
|
||
|
||
<simpara>
|
||
До PHP 8.0.0 модуль определял типы ресурсов
|
||
<literal>sysvmsg queue</literal> (очередь сообщений ОС System V),
|
||
<literal>sysvsem</literal> (семафор ОС System V)
|
||
и <literal>sysvshm</literal> (разделяемая память ОС System V).
|
||
</simpara>
|
||
</section>
|
||
<!-- }}} -->
|
||
|
||
</chapter>
|
||
<!-- 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
|
||
-->
|