svn: /phpdoc/ru/trunk/ appendices/migration80/new-features.xml language-snippets.ent reference/mongodb/mongodb/driver/cursor.xml reference/oci8/book.xml reference/pdo/pdostatement/fetchobject.xml reference/var/functions/get-resource-type.xml
[email protected] (Sergey Panteleev) Tue, 24 Nov 2020 19:02:34 +0000
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Tue, 24 Nov 2020 19:02:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351592
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/appendices/migration80/new-features.xml
U phpdoc/ru/trunk/language-snippets.ent
U phpdoc/ru/trunk/reference/mongodb/mongodb/driver/cursor.xml
U phpdoc/ru/trunk/reference/oci8/book.xml
U phpdoc/ru/trunk/reference/pdo/pdostatement/fetchobject.xml
U phpdoc/ru/trunk/reference/var/functions/get-resource-type.xml
svn-diffs-351592.txt
(text/x-diff, 9.2 KB)
Modified: phpdoc/ru/trunk/appendices/migration80/new-features.xml
===================================================================
--- phpdoc/ru/trunk/appendices/migration80/new-features.xml 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/appendices/migration80/new-features.xml 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351500 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351582 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="migration80.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -561,12 +561,12 @@
</listitem>
<listitem>
<para>
- Новый метод <methodname>ZipArchive::setProgressCallback</methodname> для предоставления обновлений во время закрытия архива.
+ Новый метод <methodname>ZipArchive::registerProgressCallback</methodname> для предоставления обновлений во время закрытия архива.
</para>
</listitem>
<listitem>
<para>
- Новый метод <methodname>ZipArchive::setCancelCallback</methodname>, чтобы разрешить отмену во время закрытия архива.
+ Новый метод <methodname>ZipArchive::registerCancelCallback</methodname>, чтобы разрешить отмену во время закрытия архива.
</para>
</listitem>
<listitem>
Modified: phpdoc/ru/trunk/language-snippets.ent
===================================================================
--- phpdoc/ru/trunk/language-snippets.ent 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/language-snippets.ent 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351471 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351562 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
@@ -957,11 +957,13 @@
10<emphasis>g</emphasis> или старше. Easy Connect string для Oracle 10<emphasis>g</emphasis> принимает следующую форму:
<emphasis>[//]host_name[:port][/service_name]</emphasis>. Начиная с Oracle 11<emphasis>g</emphasis> синтаксис таков:
<emphasis>[//]host_name[:port][/service_name][:server_type][/instance_name]</emphasis>.
- Названия служб могут быть определены с помощью запуска Oracle утилиты <literal>lsnrctl status</literal>
+ В Oracle 19c были введены дополнительные параметры, включая настройки времени ожидания и проверки активности.
+ Обратитесь к документации Oracle. Названия служб могут быть определены с помощью запуска Oracle утилиты <literal>lsnrctl status</literal>
на сервере базы данных.
</para>
<para xmlns='http://docbook.org/ns/docbook'>
Файл <filename>tnsnames.ora</filename> может находиться в поисковом пути Oracle Net, который включает
+ <filename>/your/path/to/instantclient/network/admin</filename>,
<filename>$ORACLE_HOME/network/admin</filename> и <filename>/etc</filename>. В качестве альтернативного варианта
можно установить <literal>TNS_ADMIN</literal> таким образом, чтобы путь <filename>$TNS_ADMIN/tnsnames.ora</filename> был читаемым.
Убедитесь, что веб-сервер имеет доступ к этому файлу.
Modified: phpdoc/ru/trunk/reference/mongodb/mongodb/driver/cursor.xml
===================================================================
--- phpdoc/ru/trunk/reference/mongodb/mongodb/driver/cursor.xml 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/reference/mongodb/mongodb/driver/cursor.xml 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350988 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 351569 Maintainer: lex Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<phpdoc:classref xml:id="class.mongodb-driver-cursor" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -39,6 +39,10 @@
<oointerface>
<interfacename>MongoDB\Driver\CursorInterface</interfacename>
</oointerface>
+
+ <oointerface>
+ <interfacename>Iterator</interfacename>
+ </oointerface>
</classsynopsisinfo>
<!-- }}} -->
@@ -62,6 +66,12 @@
</thead>
<tbody>
<row>
+ <entry>PECL mongodb 1.9.0</entry>
+ <entry>
+ Реализует <interfacename>Iterator</interfacename>.
+ </entry>
+ </row>
+ <row>
<entry>PECL mongodb 1.6.0</entry>
<entry>
Реализует <interfacename>MongoDB\Driver\CursorInterface</interfacename>, который наследует <interfacename>Traversable</interfacename>.
Modified: phpdoc/ru/trunk/reference/oci8/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/book.xml 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/reference/oci8/book.xml 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347493 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351562 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<book xml:id="book.oci8" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -11,9 +11,7 @@
<preface xml:id="intro.oci8">
&reftitle.intro;
<para>
- Эти функции позволяют работать с базой данных Oracle Database 19c, 18c, 12<emphasis>c</emphasis>,
- 11<emphasis>g</emphasis>, 10<emphasis>g</emphasis>, 9<emphasis>i</emphasis>
- и 8<emphasis>i</emphasis>. Поддерживаются SQL и PL/SQL-выражения. Основной функционал
+ Эти функции позволяют работать с базой данных Oracle Database. Поддерживаются SQL и PL/SQL-выражения. Основной функционал
представляет собой поддержку транзакций, привязку переменных PHP
к соответствующим плейсхолдерам Oracle, расширенную поддержку
больших объектов (LOB) и коллекций. Также поддерживаются кэширование
@@ -32,8 +30,8 @@
&reference.oci8.dtrace;
&reference.oci8.datatypes;
&reference.oci8.reference;
- &reference.oci8.OCI-Collection;
- &reference.oci8.OCI-Lob;
+ &reference.oci8.OCICollection;
+ &reference.oci8.OCILob;
&reference.oci8.aliases;
</book>
Modified: phpdoc/ru/trunk/reference/pdo/pdostatement/fetchobject.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343888 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351575 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="pdostatement.fetchobject" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::fetchObject</methodname>
+ <modifier>public</modifier> <type class="union"><type>object</type><type>false</type></type><methodname>PDOStatement::fetchObject</methodname>
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/var/functions/get-resource-type.xml
===================================================================
--- phpdoc/ru/trunk/reference/var/functions/get-resource-type.xml 2020-11-24 18:57:57 UTC (rev 351591)
+++ phpdoc/ru/trunk/reference/var/functions/get-resource-type.xml 2020-11-24 19:02:34 UTC (rev 351592)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350655 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351584 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.75 -->
@@ -77,6 +77,15 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>get_resource_id</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file