svn: /phpdoc/ru/trunk/reference/ recode/configure.xml simplexml/functions/simplexml-load-file.xml simplexml/functions/simplexml-load-string.xml simplexml/simplexmlelement/attributes.xml simplexml/simplexmlelement/construct.xml wddx/configure.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Fri, 15 May 2020 08:56:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349896

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/recode/configure.xml
    U   phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-file.xml
    U   phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-string.xml
    U   phpdoc/ru/trunk/reference/simplexml/simplexmlelement/attributes.xml
    U   phpdoc/ru/trunk/reference/simplexml/simplexmlelement/construct.xml
    U   phpdoc/ru/trunk/reference/wddx/configure.xml
svn-diffs-349896.txt (text/x-diff, 11 KB)
Modified: phpdoc/ru/trunk/reference/recode/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/recode/configure.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/recode/configure.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,30 +1,44 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349882 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
-<section xml:id="recode.installation" xmlns="http://docbook.org/ns/docbook">
+<section xml:id="recode.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
- <para>
-  Для использования модуля необходимо
-  скомпилировать PHP с опцией
-  <option role="configure">--with-recode[=DIR]</option>.
- </para>
- <warning>
+
+ <section xml:id="recode.installation.php74">
+  <title>PHP 7.4</title>
   <para>
-   При загрузке модуля может произойти аварийное
-   завершение PHP во время запуска, если recode загружается
-   <emphasis role="strong">после</emphasis> <link
-   linkend="ref.mysql">mysql</link> или <link
-   linkend="ref.imap">imap</link>. Загрузка модуля перед ними
-   решает проблему. Это происходит из-за того, что и recode и imap
-   используют C-библиотеки со своими собственными функциями
-   <literal>hash_lookup()</literal>, а в случае mysql и recode, функцию
-   <literal>hash_insert</literal>.
+   &pecl.moved-ver;7.4.0
   </para>
- </warning>
+  <para>
+   &pecl.info;
+   <link xlink:href="&url.pecl.package;recode">&url.pecl.package;recode</link>.
+  </para>
+ </section>

- &warn.imaprecodeyaz;
-
+ <section xml:id="recode.installation.phplt74">
+  <title>PHP &lt; 7.4</title>
+   <para>
+    Для использования модуля необходимо
+    скомпилировать PHP с опцией
+    <option role="configure">--with-recode[=DIR]</option>.
+   </para>
+   <warning>
+    <para>
+     При загрузке модуля может произойти аварийное
+     завершение PHP во время запуска, если recode загружается
+     <emphasis role="strong">после</emphasis> <link
+     linkend="ref.mysql">mysql</link> или <link
+     linkend="ref.imap">imap</link>. Загрузка модуля перед ними
+     решает проблему. Это происходит из-за того, что и recode и imap
+     используют C-библиотеки со своими собственными функциями
+     <literal>hash_lookup()</literal>, а в случае mysql и recode, функцию
+     <literal>hash_insert</literal>.
+    </para>
+   </warning>
+
+   &warn.imaprecodeyaz;
+ </section>
 </section>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-file.xml
===================================================================
--- phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-file.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-file.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343899 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id='function.simplexml-load-file' xmlns="http://docbook.org/ns/docbook">
@@ -112,6 +112,30 @@
   </tip>
  </refsect1><!-- }}} -->

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>5.2.0</entry>
+       <entry>
+        Добавлен необязательный параметр <parameter>is_prefix</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-string.xml
===================================================================
--- phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-string.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/simplexml/functions/simplexml-load-string.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343899 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id='function.simplexml-load-string' xmlns="http://docbook.org/ns/docbook">
@@ -100,6 +100,30 @@
    </para>
   </tip>
  </refsect1><!-- }}} -->
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>5.2.0</entry>
+       <entry>
+        Добавлен необязательный параметр <parameter>is_prefix</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>

  <refsect1 role="examples">
   &reftitle.examples;

Modified: phpdoc/ru/trunk/reference/simplexml/simplexmlelement/attributes.xml
===================================================================
--- phpdoc/ru/trunk/reference/simplexml/simplexmlelement/attributes.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/simplexml/simplexmlelement/attributes.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343899 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 349881 Maintainer: mch Status: ready -->
 <!-- $Revision$ -->
 <!-- Reviewed: yes Maintainer: lex -->
 <refentry xml:id="simplexmlelement.attributes" xmlns="http://docbook.org/ns/docbook">
@@ -56,6 +56,30 @@
    уже представляет атрибут, а не тег.
   </para>
  </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>5.2.0</entry>
+       <entry>
+        Добавлен необязательный параметр <parameter>is_prefix</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>

  <refsect1 role="examples">
   &reftitle.examples;

Modified: phpdoc/ru/trunk/reference/simplexml/simplexmlelement/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349428 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="simplexmlelement.construct" xmlns="http://docbook.org/ns/docbook">
@@ -107,6 +107,32 @@
   </tip>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>5.2.0</entry>
+       <entry>Добавлены параметры <parameter>ns</parameter> и <parameter>is_prefix</parameter>.</entry>
+      </row>
+      <row>
+       <entry>5.1.2</entry>
+       <entry>Добавлены параметры <parameter>options</parameter> и <parameter>data_is_url</parameter>.</entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -157,32 +183,6 @@
   </para>
  </refsect1>

- <refsect1 role="changelog">
-  &reftitle.changelog;
-  <para>
-   <informaltable>
-    <tgroup cols="2">
-     <thead>
-      <row>
-       <entry>&Version;</entry>
-       <entry>&Description;</entry>
-      </row>
-     </thead>
-     <tbody>
-      <row>
-       <entry>5.2.0</entry>
-       <entry>Добавлены параметры <parameter>ns</parameter> и <parameter>is_prefix</parameter>.</entry>
-      </row>
-      <row>
-       <entry>5.1.2</entry>
-       <entry>Добавлены параметры <parameter>options</parameter> и <parameter>data_is_url</parameter>.</entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/ru/trunk/reference/wddx/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/wddx/configure.xml	2020-05-15 06:44:33 UTC (rev 349895)
+++ phpdoc/ru/trunk/reference/wddx/configure.xml	2020-05-15 08:56:38 UTC (rev 349896)
@@ -1,16 +1,32 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 300860 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349882 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

-<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook">
+<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
- <para>
-  После установки требуемой библиотеки expat, скомпилируйте PHP с
-  <option role="configure">--enable-wddx</option> и используйте
-  <option role="configure">--with-libexpat-dir</option> для expat.
- </para>
- &windows.builtin;
+
+ <section xml:id="wddx.installation.php74">
+  <title>PHP 7.4</title>
+  <para>
+   &pecl.moved-ver;7.4.0
+  </para>
+  <para>
+   &pecl.info;
+   <link xlink:href="&url.pecl.package;wddx">&url.pecl.package;wddx</link>.
+  </para>
+ </section>
+
+ <section xml:id="wddx.installation.phplt74">
+  <title>PHP &lt; 7.4</title>
+
+   <para>
+    После установки требуемой библиотеки expat, скомпилируйте PHP с
+    <option role="configure">--enable-wddx</option> и используйте
+    <option role="configure">--with-libexpat-dir</option> для expat.
+   </para>
+   &windows.builtin;
+ </section>
 </section>

 <!-- Keep this comment at the end of the file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.