[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_language-snippets.ent?=
From:       Philip_Olson <philip () php ! net>
Date:       2015-08-26 3:26:34
Message-ID: svn-philip-1440559594-337631-104448845 () svn ! php ! net
[Download RAW message or body]

philip                                   Wed, 26 Aug 2015 03:26:34 +0000

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

Log:
Mostly MySQL Deprecated/Removed entity related updates

Changed paths:
    U   phpdoc/en/trunk/language-snippets.ent


["svn-diffs-337631.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/language-snippets.ent
===================================================================
--- phpdoc/en/trunk/language-snippets.ent	2015-08-25 20:29:27 UTC (rev 337630)
+++ phpdoc/en/trunk/language-snippets.ent	2015-08-26 03:26:34 UTC (rev 337631)
@@ -224,32 +224,32 @@
 on this function is highly discouraged.</simpara></warning>'>

 <!ENTITY warn.deprecated.feature-5-5-0.removed-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
-<emphasis>DEPRECATED</emphasis> as of PHP 5.5.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'> \
+xmlns="http://docbook.org/ns/docbook"><simpara>This feature was \
+<emphasis>DEPRECATED</emphasis> in PHP 5.5.0, and <emphasis>REMOVED</emphasis> as of \
PHP 7.0.0.</simpara></warning>'>

+<!ENTITY warn.deprecated.function-5-5-0.removed-7-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>This function was
+<emphasis>DEPRECATED</emphasis> in PHP 5.5.0, and <emphasis>REMOVED</emphasis> as of \
PHP 7.0.0.</simpara></warning>'> +
 <!ENTITY warn.deprecated.function-4-1-0.removed-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
-<emphasis>DEPRECATED</emphasis> as of PHP 4.1.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'> \
+xmlns="http://docbook.org/ns/docbook"><simpara>This function was \
+<emphasis>DEPRECATED</emphasis> in PHP 4.1.0, and <emphasis>REMOVED</emphasis> as of \
PHP 7.0.0.</simpara></warning>'>

 <!ENTITY warn.deprecated.function-5-3-0.removed-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
-<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'> \
+xmlns="http://docbook.org/ns/docbook"><simpara>This function was \
+<emphasis>DEPRECATED</emphasis> in PHP 5.3.0, and <emphasis>REMOVED</emphasis> as of \
PHP 7.0.0.</simpara></warning>'>

-<!ENTITY warn.deprecated.alias-5-3-0.removed-7-0-0 '<warning \
                xmlns="http://docbook.org/ns/docbook"><simpara>This alias has been
-<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'> +<!ENTITY \
warn.deprecated.alias-5-3-0.removed-7-0-0 '<warning \
xmlns="http://docbook.org/ns/docbook"><simpara>This alias was \
+<emphasis>DEPRECATED</emphasis> in PHP 5.3.0, and <emphasis>REMOVED</emphasis> as of \
PHP 7.0.0.</simpara></warning>'>

-<!ENTITY warn.deprecated.function-5-5-0.removed-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
-<emphasis>DEPRECATED</emphasis> as of PHP 5.5.0 and <emphasis>REMOVED</emphasis> as \
                of PHP 7.0.0.</simpara></warning>'>
-
 <!ENTITY warn.deprecated.feature-5-6-0.removed-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
-<emphasis>DEPRECATED</emphasis> as of PHP 5.6.0 and
+xmlns="http://docbook.org/ns/docbook"><simpara>This feature was
+<emphasis>DEPRECATED</emphasis> in PHP 5.6.0, and
 <emphasis>REMOVED</emphasis> as of PHP 7.0.0.</simpara></warning>'>

 <!ENTITY warn.removed.function-7-0-0 '<warning
-xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
-<emphasis>REMOVED</emphasis> as of PHP 7.0.0.</simpara></warning>'>
+xmlns="http://docbook.org/ns/docbook"><simpara>This function was
+<emphasis>REMOVED</emphasis> in PHP 7.0.0.</simpara></warning>'>

 <!ENTITY warn.experimental.func '<warning \
xmlns="http://docbook.org/ns/docbook"><simpara>This function is  \
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, its name, and @@ \
-260,7 +260,7 @@  <!ENTITY warn.imaprecodeyaz '<warning \
xmlns="http://docbook.org/ns/docbook"><simpara>The <link  \
linkend="book.imap">IMAP</link>, <link linkend="book.recode">recode</link>,  <link \
                linkend="book.yaz">YAZ</link> and <link \
                linkend="book.cyrus">Cyrus</link>
-extensions cannot be used in conjuction, because they
+extensions cannot be used in conjunction, because they
 share the same internal symbols. Note: Yaz 2.0 and above does not suffer from this \
problem.</simpara></warning>'>

 <!ENTITY warn.install.cgi '<warning xmlns="http://docbook.org/ns/docbook"><para>A \
server deployed in CGI mode is open @@ -1249,28 +1249,32 @@
 <parameter>field_offset</parameter> does not exist, an error of level
 <constant>E_WARNING</constant> is also issued.</para></listitem></varlistentry>'>

-<!ENTITY mysql.alternative.note.4-3-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 4.3.0, and \
has been removed as of PHP 7.0.0, along with the entirety of the <link \
                linkend="book.mysql">original MySQL extension</link>.
-Instead, the <link linkend="book.mysqli">MySQLi</link> or <link \
                linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be used.
-See also <link linkend="mysqlinfo.api.choosing">MySQL: choosing an API</link> guide \
                and
-<link linkend="faq.databases.mysql.deprecated">related FAQ</link> for more \
information. +<!ENTITY mysql.alternative.note.4-3-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 4.3.0, and \
it +and the entire <link linkend="book.mysql">original MySQL extension</link> was \
removed in PHP 7.0.0. +Instead, use either the actively developed <link \
linkend="book.mysqli">MySQLi</link> or <link linkend="ref.pdo-mysql">PDO_MySQL</link> \
extensions. +See also the <link linkend="mysqlinfo.api.choosing">MySQL: choosing an \
API</link> guide and its +<link linkend="faq.databases.mysql.deprecated">related FAQ \
entry</link> for additional information.  Alternatives to this function \
include:</para>'>

-<!ENTITY mysql.alternative.note.5-3-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 5.3.0, and \
has been removed as of PHP 7.0.0, along with the entirety of the <link \
                linkend="book.mysql">original MySQL extension</link>.
-Instead, the <link linkend="book.mysqli">MySQLi</link> or <link \
                linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be used.
-See also <link linkend="mysqlinfo.api.choosing">MySQL: choosing an API</link> guide \
                and
-<link linkend="faq.databases.mysql.deprecated">related FAQ</link> for more \
information. +<!ENTITY mysql.alternative.note.5-3-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 5.3.0, and \
it +and the entire <link linkend="book.mysql">original MySQL extension</link> was \
removed in PHP 7.0.0. +Instead, use either the actively developed <link \
linkend="book.mysqli">MySQLi</link> or <link linkend="ref.pdo-mysql">PDO_MySQL</link> \
extensions. +See also the <link linkend="mysqlinfo.api.choosing">MySQL: choosing an \
API</link> guide and its +<link linkend="faq.databases.mysql.deprecated">related FAQ \
entry</link> for additional information.  Alternatives to this function \
include:</para>'>

-<!ENTITY mysql.alternative.note.5-4-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 5.4.0, and \
has been removed as of PHP 7.0.0, along with the entirety of the <link \
                linkend="book.mysql">original MySQL extension</link>.
-Instead, the <link linkend="book.mysqli">MySQLi</link> or <link \
                linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be used.
-See also <link linkend="mysqlinfo.api.choosing">MySQL: choosing an API</link> guide \
                and
-<link linkend="faq.databases.mysql.deprecated">related FAQ</link> for more \
information. +<!ENTITY mysql.alternative.note.5-4-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 5.4.0, and \
it +and the entire <link linkend="book.mysql">original MySQL extension</link> was \
removed in PHP 7.0.0. +Instead, use either the actively developed <link \
linkend="book.mysqli">MySQLi</link> or <link linkend="ref.pdo-mysql">PDO_MySQL</link> \
extensions. +See also the <link linkend="mysqlinfo.api.choosing">MySQL: choosing an \
API</link> guide and its +<link linkend="faq.databases.mysql.deprecated">related FAQ \
entry</link> for additional information.  Alternatives to this function \
include:</para>'>

-<!ENTITY mysql.alternative.note '<para xmlns="http://docbook.org/ns/docbook">This \
                extension is deprecated as of PHP 5.5.0, and has been removed as of \
                PHP 7.0.0.
-Instead, the <link linkend="book.mysqli">MySQLi</link> or <link \
                linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be used.
-See also <link linkend="mysqlinfo.api.choosing">MySQL: choosing an API</link> guide \
                and
-<link linkend="faq.databases.mysql.deprecated">related FAQ</link> for more \
information. +<!ENTITY mysql.alternative.note.5-5-0 '<para \
xmlns="http://docbook.org/ns/docbook">This function was deprecated in PHP 5.5.0, and \
it +and the entire <link linkend="book.mysql">original MySQL extension</link> was \
removed in PHP 7.0.0. +Instead, use either the actively developed <link \
linkend="book.mysqli">MySQLi</link> or <link linkend="ref.pdo-mysql">PDO_MySQL</link> \
extensions. +See also the <link linkend="mysqlinfo.api.choosing">MySQL: choosing an \
API</link> guide and its +<link linkend="faq.databases.mysql.deprecated">related FAQ \
entry</link> for additional information.  Alternatives to this function \
include:</para>'>

 <!-- Sybase Notes -->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic