svn: /phpdoc/ru/trunk/reference/info/functions/ get-magic-quotes-gpc.xml get-magic-quotes-runtime.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Thu, 28 Nov 2019 06:18:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348357
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-gpc.xml
U phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-runtime.xml
Modified: phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-gpc.xml
===================================================================
--- phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-gpc.xml 2019-11-27 15:18:32 UTC (rev 348356)
+++ phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-gpc.xml 2019-11-28 06:18:34 UTC (rev 348357)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 325516 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 348353 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="function.get-magic-quotes-gpc" xmlns="http://docbook.org/ns/docbook">
@@ -10,6 +10,10 @@
</refpurpose>
</refnamediv>
+ <refsynopsisdiv>
+ &warn.deprecated.function-7-4-0;
+ </refsynopsisdiv>
+
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
@@ -29,7 +33,7 @@
<link linkend="security.magicquotes">раздел безопасности</link>.
</para>
</refsect1>
-
+
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
@@ -37,7 +41,7 @@
С версии PHP 5.4.0 всегда возвращает &false;.
</para>
</refsect1>
-
+
<refsect1 role="changelog">
&reftitle.changelog;
<para>
@@ -51,6 +55,12 @@
</thead>
<tbody>
<row>
+ <entry>7.4.0</entry>
+ <entry>
+ Функция объявлена устаревшей.
+ </entry>
+ </row>
+ <row>
<entry>5.4.0</entry>
<entry>
Всегда возвращает &false;, так как функционал магических кавычек удален из PHP.
@@ -61,7 +71,7 @@
</informaltable>
</para>
</refsect1>
-
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -93,7 +103,7 @@
</example>
</para>
</refsect1>
-
+
<refsect1 role="notes">
&reftitle.notes;
<note>
@@ -108,7 +118,7 @@
</para>
</note>
</refsect1>
-
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -120,7 +130,7 @@
</simplelist>
</para>
</refsect1>
-
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-runtime.xml
===================================================================
--- phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-runtime.xml 2019-11-27 15:18:32 UTC (rev 348356)
+++ phpdoc/ru/trunk/reference/info/functions/get-magic-quotes-runtime.xml 2019-11-28 06:18:34 UTC (rev 348357)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 325516 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 348353 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="function.get-magic-quotes-runtime" xmlns="http://docbook.org/ns/docbook">
@@ -10,6 +10,10 @@
</refpurpose>
</refnamediv>
+ <refsynopsisdiv>
+ &warn.deprecated.function-7-4-0;
+ </refsynopsisdiv>
+
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
@@ -21,7 +25,7 @@
linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>.
</simpara>
</refsect1>
-
+
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
@@ -43,6 +47,12 @@
</thead>
<tbody>
<row>
+ <entry>7.4.0</entry>
+ <entry>
+ Функция объявлена устаревшей.
+ </entry>
+ </row>
+ <row>
<entry>5.4.0</entry>
<entry>
Всегда возвращает &false;, так как функционал магических кавычек удален из PHP.
@@ -74,7 +84,7 @@
</example>
</para>
</refsect1>
-
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -84,7 +94,7 @@
</simplelist>
</para>
</refsect1>
-
+
</refentry>
<!-- Keep this comment at the end of the file