svn: /phpdoc/ru/trunk/ appendices/migration71/other-changes.xml appendices/migration72/incompatible.xml reference/datetime/functions/date-parse.xml reference/mysqli/mysqli/construct.xml reference/opcache/ini.xml

[email protected] (Andrey Gromov)
Newsgroups php.doc.ru
Message-ID <[email protected]>
rjhdby                                   Mon, 14 Oct 2019 09:45:56 +0000

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

Log:
upd

Changed paths:
    U   phpdoc/ru/trunk/appendices/migration71/other-changes.xml
    U   phpdoc/ru/trunk/appendices/migration72/incompatible.xml
    U   phpdoc/ru/trunk/reference/datetime/functions/date-parse.xml
    U   phpdoc/ru/trunk/reference/mysqli/mysqli/construct.xml
    U   phpdoc/ru/trunk/reference/opcache/ini.xml

Modified: phpdoc/ru/trunk/appendices/migration71/other-changes.xml
===================================================================
--- phpdoc/ru/trunk/appendices/migration71/other-changes.xml	2019-10-14 07:17:37 UTC (rev 348155)
+++ phpdoc/ru/trunk/appendices/migration71/other-changes.xml	2019-10-14 09:45:56 UTC (rev 348156)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 342325 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348151 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <sect1 xml:id="migration71.other-changes" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -161,7 +161,7 @@
     <term><parameter>opcache.enable_cli</parameter></term>
     <listitem>
      <para>
-      В PHP 7.1.2 значение по умолчанию для этой настройки &php.ini; изменено на 1 (включено)
+      В PHP 7.1.2 значение по умолчанию для этой настройки &php.ini; изменено на 1 (включено), а в PHP 7.1.7 возвращено значение 0 (выключено)
      </para>
     </listitem>
    </varlistentry>

Modified: phpdoc/ru/trunk/appendices/migration72/incompatible.xml
===================================================================
--- phpdoc/ru/trunk/appendices/migration72/incompatible.xml	2019-10-14 07:17:37 UTC (rev 348155)
+++ phpdoc/ru/trunk/appendices/migration72/incompatible.xml	2019-10-14 09:45:56 UTC (rev 348156)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345783 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 348153 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <sect1 xml:id="migration72.incompatible">
@@ -325,11 +325,12 @@
  </sect2>

  <sect2 xml:id="migration72.incompatible.date_parse_from_format">
-  <title>Изменения в <function>date_parse_from_format</function></title>
+  <title>Изменения в <function>date_parse</function> и <function>date_parse_from_format</function></title>

   <para>
-   Элемент массива <literal>zone</literal>, возвращаемого функцией
-   <function>date_parse_from_format</function> теперь отображает секунды вместо
+   Элемент массива <literal>zone</literal>, возвращаемого функциями
+   <function>date_parse_from_format</function> и
+   <function>date_parse</function> теперь отображает секунды вместо
    минут, а его знак инвертируется. Например, <literal>-120</literal>
    теперь будет <literal>7200</literal>.
   </para>

Modified: phpdoc/ru/trunk/reference/datetime/functions/date-parse.xml
===================================================================
--- phpdoc/ru/trunk/reference/datetime/functions/date-parse.xml	2019-10-14 07:17:37 UTC (rev 348155)
+++ phpdoc/ru/trunk/reference/datetime/functions/date-parse.xml	2019-10-14 09:45:56 UTC (rev 348156)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 337325 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 348153 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes Maintainer: rjhdby -->
 <!-- $Revision$ -->
 <refentry xml:id="function.date-parse" xmlns="http://docbook.org/ns/docbook">
@@ -49,6 +49,31 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>7.2.0</entry>
+      <entry>
+       Элемент возращаемого массива с ключем <literal>zone</literal>
+       теперь содержит секунды, а не минуты. Кроме того, знак
+       инвертирован. Т.е. раньше был
+       <literal>-120</literal>, а теперь <literal>7200</literal>.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/ru/trunk/reference/mysqli/mysqli/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli/construct.xml	2019-10-14 07:17:37 UTC (rev 348155)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli/construct.xml	2019-10-14 09:45:56 UTC (rev 348156)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343947 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 348150 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="mysqli.construct" xmlns="http://docbook.org/ns/docbook">
@@ -128,7 +128,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает объект, представляющий подключение к серверу MySQL.
+   Возвращает объект, представляющий подключение к серверу MySQL, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/opcache/ini.xml
===================================================================
--- phpdoc/ru/trunk/reference/opcache/ini.xml	2019-10-14 07:17:37 UTC (rev 348155)
+++ phpdoc/ru/trunk/reference/opcache/ini.xml	2019-10-14 09:45:56 UTC (rev 348156)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347411 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348151 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook">
@@ -29,7 +29,7 @@
       <entry><link linkend="ini.opcache.enable-cli">opcache.enable_cli</link></entry>
       <entry>"0"</entry>
       <entry>PHP_INI_SYSTEM</entry>
-      <entry></entry>
+      <entry>В версиях с PHP 7.1.2 по 7.1.6 включительно, значение по умолчанию "1" (включено)</entry>
      </row>
      <row>
       <entry><link
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.