mirror of
https://github.com/php/doc-ru.git
synced 2025-07-24 09:59:46 +00:00
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@349610 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 4a47d8ff872855986d92e871f4de88aee9f93fee Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: 7c132f15ad1e8eaf80020a76f1340d9d0400e271 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.mysql-xdevapi-getsession" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
@ -88,6 +88,17 @@
|
||||
Параметр URI подключения к connect-timeout имеет приоритет над переменными среды.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Необязательный атрибут <literal>compression</literal> принимает следующие значения:
|
||||
<literal>preferred</literal> (клиент договаривается с сервером, чтобы найти поддерживаемый алгоритм; соединение не сжато, если взаимно поддерживаемый алгоритм не найден),
|
||||
<literal>required</literal> (как "preferred", но соединение разрывается, если взаимно поддерживаемый алгоритм не найден), или
|
||||
<literal>disabled</literal> (соединение несжато). По умолчанию используется <literal>preferred</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Опция была добавлена в версии 8.0.20.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -107,7 +118,7 @@ mysqlx://foo:bar@[localhost:33060, 127.0.0.1:33061]
|
||||
mysqlx://foobar?ssl-ca=(/path/to/ca.pem)&ssl-crl=(/path/to/crl.pem)
|
||||
mysqlx://foo:bar@[localhost:33060, 127.0.0.1:33061]?ssl-mode=disabled
|
||||
mysqlx://foo:bar@localhost:33160/?connect-timeout=0
|
||||
mysqlx://foo:bar@localhost:33160/?connect-timeout=10
|
||||
mysqlx://foo:bar@localhost:33160/?connect-timeout=10&compression=required
|
||||
</programlisting>
|
||||
</example>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 2a49694d0b8e9f15c7943cb79475145fb8992177 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 552d72de637ddceb531b52a0f683eeb70a0b8010 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: yes Maintainer: lex -->
|
||||
|
||||
<sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -204,7 +204,7 @@
|
||||
<entry><link linkend="ini.opcache.opt_debug_level">opcache.opt_debug_level</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
<entry>Доступно с PHP 7.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file-cache">opcache.file_cache</link></entry>
|
||||
|
Reference in New Issue
Block a user