Skip to content

Commit 6c77f76

Browse files
committed
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@350658 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent f2aaf5e commit 6c77f76

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

reference/reflection/reflectiontype/tostring.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 345735 Maintainer: rjhdby Status: ready -->
2+
<!-- EN-Revision: 350642 Maintainer: rjhdby Status: ready -->
33
<!-- Reviewed: yes Maintainer: lex -->
44
<!-- $Revision$ -->
55
<refentry xml:id="reflectiontype.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -61,6 +61,28 @@ string
6161
</para>
6262
</refsect1>
6363

64+
<refsect1 role="changelog">
65+
&reftitle.changelog;
66+
<informaltable>
67+
<tgroup cols="2">
68+
<thead>
69+
<row>
70+
<entry>&Version;</entry>
71+
<entry>&Description;</entry>
72+
</row>
73+
</thead>
74+
<tbody>
75+
<row>
76+
<entry>7.1.0</entry>
77+
<entry>
78+
<methodname>ReflectionType::__toString</methodname> объявлен устаревшим.
79+
</entry>
80+
</row>
81+
</tbody>
82+
</tgroup>
83+
</informaltable>
84+
</refsect1>
85+
6486
<refsect1 role="seealso">
6587
&reftitle.seealso;
6688
<para>

reference/uodbc/ini.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 344076 Maintainer: sergey Status: ready -->
3+
<!-- EN-Revision: 350635 Maintainer: sergey Status: ready -->
44
<!-- Reviewed: no -->
55

66
<section xml:id="odbc.configuration" xmlns="http://docbook.org/ns/docbook">
@@ -193,6 +193,7 @@
193193
<para>
194194
Обработка длинных (LONG) полей. Определяет количество байтов, возвращаемых
195195
переменным.
196+
Смотрите <function>odbc_longreadlen</function> для подробностей.
196197
</para>
197198

198199
&ini.shorthandbytes;
@@ -208,6 +209,7 @@
208209
<listitem>
209210
<para>
210211
Обработка двоичных данных.
212+
Смотрите <function>odbc_binmode</function> для подробностей.
211213
</para>
212214
</listitem>
213215
</varlistentry>

0 commit comments

Comments
 (0)