mirror of
https://github.com/php/doc-ru.git
synced 2026-03-25 16:22:18 +01:00
70 lines
2.1 KiB
XML
70 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: 3eeff9f5b5b44488a784825c5fd1715013e41238 Maintainer: sergey Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<chapter xml:id="parle.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
&reftitle.setup;
|
||
|
||
<section xml:id="parle.requirements">
|
||
&reftitle.required;
|
||
<para>
|
||
Поддерживается PHP 7.4 или выше. Требуется компилятор с поддержкой C++14. Успешная сборка модуля была произведена по крайней мере с clang 5.0, GCC 5.0 и Visual Studio 2015.
|
||
</para>
|
||
</section>
|
||
|
||
<section xml:id="parle.installation">
|
||
&reftitle.install;
|
||
<para>
|
||
&pecl.moved;
|
||
</para>
|
||
<para>
|
||
&pecl.info;
|
||
<link xlink:href="&url.pecl.package;parle">&url.pecl.package;parle</link>.
|
||
</para>
|
||
<para>
|
||
<!--&pecl.windows.download;-->
|
||
DLL для модуля PECL доступна по ссылке <link xlink:href="http://windows.php.net/downloads/pecl/releases/parle/">http://windows.php.net/downloads/pecl/releases/parle/</link>.
|
||
</para>
|
||
<para>
|
||
<table>
|
||
<title>Доступные параметры</title>
|
||
<tgroup cols="2">
|
||
<thead>
|
||
<row>
|
||
<entry>Опция</entry><entry>Описание</entry>
|
||
</row>
|
||
</thead>
|
||
<tbody>
|
||
<row>
|
||
<entry>--enable-parle</entry><entry>Включить модуль parle.</entry>
|
||
</row>
|
||
<row>
|
||
<entry>--enable-parle-utf32</entry><entry>Включить внутреннюю поддержку UTF-32. Доступно начиная с версии 0.7.2.</entry>
|
||
</row>
|
||
</tbody>
|
||
</tgroup>
|
||
</table>
|
||
</para>
|
||
</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
|
||
-->
|