mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 07:32:12 +01:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: fd2f14b2e44fbda6dd3f94a1d07f2bc9a7567aff Maintainer: darvina Status: ready -->
|
|
<section xmlns="http://docbook.org/ns/docbook" xml:id="sem.installation">
|
|
&reftitle.install;
|
|
<simpara>
|
|
Di default non viene abilitato il supporto per queste funzioni.
|
|
Per abilitare il supporto dei semafori di System V, compilare il PHP con l'opzione
|
|
<option role="configure">--enable-sysvsem</option>.
|
|
Per abilitare il supporto della memoria condivisa, compilare il PHP con l'opzione
|
|
<option role="configure">--enable-sysvshm</option>.
|
|
Per abilitare il supporto dei messaggi, compilare il PHP con l'opzione
|
|
<option role="configure">--enable-sysvmsg</option>.
|
|
</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
|
|
-->
|