1
0
mirror of https://github.com/php/doc-uk.git synced 2026-03-23 22:52:14 +01:00
Files
archived-doc-uk/appendices/configure/php.xml

85 lines
2.7 KiB
XML
Raw 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: mproshchuk Status: ready -->
<sect3 xml:id="configure.options.php" xmlns="http://docbook.org/ns/docbook">
<title>PHP options</title>
<variablelist>
<varlistentry xml:id="configure.enable-maintainer-mode">
<term>
<option role="configure">--enable-maintainer-mode</option>
</term>
<listitem>
<para>
Увімкнути, щоб правила та залежності були некорисними (а іноді заплутаними)
для звичайного інсталятора.
</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>lib64</literal> так: <literal>--with-libdir=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
-->