1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00
Files
2022-03-01 09:23:33 +03:00

85 lines
2.8 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 91da56315cff97da3020dd2934040e5035a6d1c6 Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<sect3 xml:id="configure.options.php" xmlns="http://docbook.org/ns/docbook">
<title>Опции PHP</title>
<variablelist>
<varlistentry xml:id="configure.enable-maintainer-mode">
<term>
<option role="configure">--enable-maintainer-mode</option>
</term>
<listitem>
<para>
Включает правила сборки и зависимости make, неиспользуемые (а иногда запутывающие)
в обычном установщике.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-config-file-path">
<term>
<option role="configure">--with-config-file-path=PATH</option>
</term>
<listitem>
<para>
Устанавливает путь для поиска &php.ini;, значение по умолчанию <literal>PREFIX/lib</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.disable-short-tags">
<term>
<option role="configure">--disable-short-tags</option>
</term>
<listitem>
<para>
Запрещает использование краткой формы записи начального тега &lt;? по умолчанию.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-libdir">
<term>
<option role="configure">--with-libdir</option>
</term>
<listitem>
<para>
Определяет каталог библиотек для сборки PHP в Unix-системах.
Для 64-битных систем опция требует особого аргумента
<literal>--with-libdir=lib64</literal> для
директории <literal>lib64</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-zts">
<term>
<option role="configure">--enable-zts</option>
</term>
<listitem>
<para>
Включает безопасность потоков.
До версии PHP 8.0.0 на системах, отличных от Windows,
эта опция называлась <option role="configure">--enable-maintainer-zts</option>.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
<!-- 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
-->