Hello PHP EN Documentation team,

There are contributions within the online editor queue for this language.
Please review, then commit or delete these patches.

    Patches for review : 
    -----------------------

Modified: en/reference/mysql/functions/mysql-query.xml
By: Dejan Marjanovic on 2012-12-07 06:49:56
===================================================================
--- en/reference/mysql/functions/mysql-query.xml
+++ en/reference/mysql/functions/mysql-query.xml
@@ -29,6 +29,7 @@
    active database on the server that's associated with the
    specified <parameter>link_identifier</parameter>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43798
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43798
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-affected-rows.xml
By: Dejan Marjanovic on 2012-12-07 07:30:13
===================================================================
--- en/reference/mysql/functions/mysql-affected-rows.xml
+++ en/reference/mysql/functions/mysql-affected-rows.xml
@@ -26,6 +26,7 @@
    Get the number of affected rows by the last INSERT, UPDATE, REPLACE
    or DELETE query associated with <parameter>link_identifier</parameter>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43799
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43799
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-client-encoding.xml
By: Dejan Marjanovic on 2012-12-07 07:30:22
===================================================================
--- en/reference/mysql/functions/mysql-client-encoding.xml
+++ en/reference/mysql/functions/mysql-client-encoding.xml
@@ -24,6 +24,7 @@
   <para>
    Retrieves the <literal>character_set</literal> variable from MySQL.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43800
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43800
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-close.xml
By: Dejan Marjanovic on 2012-12-07 07:30:31
===================================================================
--- en/reference/mysql/functions/mysql-close.xml
+++ en/reference/mysql/functions/mysql-close.xml
@@ -35,6 +35,7 @@
    <link linkend="language.types.resource.self-destruct">freeing
    resources</link>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43801
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43801
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-connect.xml
By: Dejan Marjanovic on 2012-12-07 07:30:40
===================================================================
--- en/reference/mysql/functions/mysql-connect.xml
+++ en/reference/mysql/functions/mysql-connect.xml
@@ -29,6 +29,7 @@
   <para>
    Opens or reuses a connection to a MySQL server.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43802
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43802
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-create-db.xml
By: Dejan Marjanovic on 2012-12-07 07:30:47
===================================================================
--- en/reference/mysql/functions/mysql-create-db.xml
+++ en/reference/mysql/functions/mysql-create-db.xml
@@ -28,6 +28,7 @@
    database on the server associated with the specified link
    identifier.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43803
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43803
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-data-seek.xml
By: Dejan Marjanovic on 2012-12-07 07:30:54
===================================================================
--- en/reference/mysql/functions/mysql-data-seek.xml
+++ en/reference/mysql/functions/mysql-data-seek.xml
@@ -38,6 +38,7 @@
    fail with a <link 
linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link> and
    <function>mysql_data_seek</function> will return &false;.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43804
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43804
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-db-name.xml
By: Dejan Marjanovic on 2012-12-07 07:31:02
===================================================================
--- en/reference/mysql/functions/mysql-db-name.xml
+++ en/reference/mysql/functions/mysql-db-name.xml
@@ -27,6 +27,7 @@
    Retrieve the database name from a call to
    <function>mysql_list_dbs</function>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43805
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43805
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-drop-db.xml
By: Dejan Marjanovic on 2012-12-07 07:32:12
===================================================================
--- en/reference/mysql/functions/mysql-drop-db.xml
+++ en/reference/mysql/functions/mysql-drop-db.xml
@@ -29,6 +29,7 @@
    <function>mysql_query</function> to issue an sql
    <literal>DROP DATABASE</literal> statement instead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43806
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43806
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-errno.xml
By: Dejan Marjanovic on 2012-12-07 07:32:20
===================================================================
--- en/reference/mysql/functions/mysql-errno.xml
+++ en/reference/mysql/functions/mysql-errno.xml
@@ -35,6 +35,7 @@
    make sure you check the value before calling another MySQL
    function.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43807
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43807
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-error.xml
By: Dejan Marjanovic on 2012-12-07 07:32:27
===================================================================
--- en/reference/mysql/functions/mysql-error.xml
+++ en/reference/mysql/functions/mysql-error.xml
@@ -32,6 +32,7 @@
    <function>mysql_errno</function>), so if you want to use it, make
    sure you check the value before calling another MySQL function.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43808
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43808
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-array.xml
By: Dejan Marjanovic on 2012-12-07 07:33:02
===================================================================
--- en/reference/mysql/functions/mysql-fetch-array.xml
+++ en/reference/mysql/functions/mysql-fetch-array.xml
@@ -27,6 +27,7 @@
    Returns an array that corresponds to the fetched row
    and moves the internal data pointer ahead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43809
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43809
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-assoc.xml
By: Dejan Marjanovic on 2012-12-07 07:33:07
===================================================================
--- en/reference/mysql/functions/mysql-fetch-assoc.xml
+++ en/reference/mysql/functions/mysql-fetch-assoc.xml
@@ -29,6 +29,7 @@
    <function>mysql_fetch_array</function> with MYSQL_ASSOC for the
    optional second parameter. It only returns an associative array.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43810
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43810
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-field.xml
By: Dejan Marjanovic on 2012-12-07 07:33:21
===================================================================
--- en/reference/mysql/functions/mysql-fetch-field.xml
+++ en/reference/mysql/functions/mysql-fetch-field.xml
@@ -27,6 +27,7 @@
    Returns an object containing field information. This function can be used
    to obtain information about fields in the provided query result.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43811
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43811
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-lengths.xml
By: Dejan Marjanovic on 2012-12-07 07:33:32
===================================================================
--- en/reference/mysql/functions/mysql-fetch-lengths.xml
+++ en/reference/mysql/functions/mysql-fetch-lengths.xml
@@ -35,6 +35,7 @@
    <function>mysql_fetch_object</function> in an array, starting at
    offset 0.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43812
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43812
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-object.xml
By: Dejan Marjanovic on 2012-12-07 07:33:37
===================================================================
--- en/reference/mysql/functions/mysql-fetch-object.xml
+++ en/reference/mysql/functions/mysql-fetch-object.xml
@@ -28,6 +28,7 @@
    Returns an object with properties that correspond to the fetched row
    and moves the internal data pointer ahead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43813
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43813
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-fetch-row.xml
By: Dejan Marjanovic on 2012-12-07 07:33:47
===================================================================
--- en/reference/mysql/functions/mysql-fetch-row.xml
+++ en/reference/mysql/functions/mysql-fetch-row.xml
@@ -26,6 +26,7 @@
    Returns a numerical array that corresponds to the fetched row
    and moves the internal data pointer ahead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43814
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43814
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-flags.xml
By: Dejan Marjanovic on 2012-12-07 07:34:13
===================================================================
--- en/reference/mysql/functions/mysql-field-flags.xml
+++ en/reference/mysql/functions/mysql-field-flags.xml
@@ -29,6 +29,7 @@
    per flag separated by a single space, so that you can split the
    returned value using <function>explode</function>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43815
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43815
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-len.xml
By: Dejan Marjanovic on 2012-12-07 07:34:18
===================================================================
--- en/reference/mysql/functions/mysql-field-len.xml
+++ en/reference/mysql/functions/mysql-field-len.xml
@@ -27,6 +27,7 @@
    <function>mysql_field_len</function> returns the length of the
    specified field.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43816
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43816
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-name.xml
By: Dejan Marjanovic on 2012-12-07 07:34:28
===================================================================
--- en/reference/mysql/functions/mysql-field-name.xml
+++ en/reference/mysql/functions/mysql-field-name.xml
@@ -27,6 +27,7 @@
    <function>mysql_field_name</function> returns the name of the
    specified field index.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43817
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43817
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-seek.xml
By: Dejan Marjanovic on 2012-12-07 07:34:40
===================================================================
--- en/reference/mysql/functions/mysql-field-seek.xml
+++ en/reference/mysql/functions/mysql-field-seek.xml
@@ -30,6 +30,7 @@
    offset, the field offset specified in
    <function>mysql_field_seek</function> will be returned.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43818
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43818
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-table.xml
By: Dejan Marjanovic on 2012-12-07 07:34:47
===================================================================
--- en/reference/mysql/functions/mysql-field-table.xml
+++ en/reference/mysql/functions/mysql-field-table.xml
@@ -26,6 +26,7 @@
   <para>
    Returns the name of the table that the specified field is in.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43819
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43819
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-field-type.xml
By: Dejan Marjanovic on 2012-12-07 07:35:03
===================================================================
--- en/reference/mysql/functions/mysql-field-type.xml
+++ en/reference/mysql/functions/mysql-field-type.xml
@@ -28,6 +28,7 @@
    <function>mysql_field_name</function> function. The arguments are
    identical, but the field type is returned instead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43820
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43820
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-free-result.xml
By: Dejan Marjanovic on 2012-12-07 07:35:22
===================================================================
--- en/reference/mysql/functions/mysql-free-result.xml
+++ en/reference/mysql/functions/mysql-free-result.xml
@@ -32,6 +32,7 @@
    that return large result sets.  All associated result memory is
    automatically freed at the end of the script's execution.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43821
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43821
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-get-client-info.xml
By: Dejan Marjanovic on 2012-12-07 07:35:31
===================================================================
--- en/reference/mysql/functions/mysql-get-client-info.xml
+++ en/reference/mysql/functions/mysql-get-client-info.xml
@@ -26,6 +26,7 @@
    <function>mysql_get_client_info</function> returns a string that
    represents the client library version.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="returnvalues">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43822
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43822
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-get-host-info.xml
By: Dejan Marjanovic on 2012-12-07 07:35:39
===================================================================
--- en/reference/mysql/functions/mysql-get-host-info.xml
+++ en/reference/mysql/functions/mysql-get-host-info.xml
@@ -26,6 +26,7 @@
    Describes the type of connection in use for the connection, including the
    server host name.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43823
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43823
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-get-proto-info.xml
By: Dejan Marjanovic on 2012-12-07 07:35:46
===================================================================
--- en/reference/mysql/functions/mysql-get-proto-info.xml
+++ en/reference/mysql/functions/mysql-get-proto-info.xml
@@ -24,6 +24,7 @@
   <para>
    Retrieves the MySQL protocol.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43824
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43824
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-get-server-info.xml
By: Dejan Marjanovic on 2012-12-07 07:35:54
===================================================================
--- en/reference/mysql/functions/mysql-get-server-info.xml
+++ en/reference/mysql/functions/mysql-get-server-info.xml
@@ -25,6 +25,7 @@
   <para>
    Retrieves the MySQL server version.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43825
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43825
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-info.xml
By: Dejan Marjanovic on 2012-12-07 07:36:01
===================================================================
--- en/reference/mysql/functions/mysql-info.xml
+++ en/reference/mysql/functions/mysql-info.xml
@@ -24,6 +24,7 @@
   <para>
    Returns detailed information about the last query.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43826
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43826
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-insert-id.xml
By: Dejan Marjanovic on 2012-12-07 07:36:08
===================================================================
--- en/reference/mysql/functions/mysql-insert-id.xml
+++ en/reference/mysql/functions/mysql-insert-id.xml
@@ -26,6 +26,7 @@
    Retrieves the ID generated for an AUTO_INCREMENT column by the previous
    query (usually INSERT).
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43827
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43827
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-list-processes.xml
By: Dejan Marjanovic on 2012-12-07 07:37:22
===================================================================
--- en/reference/mysql/functions/mysql-list-processes.xml
+++ en/reference/mysql/functions/mysql-list-processes.xml
@@ -24,6 +24,7 @@
   <para>
    Retrieves the current MySQL server threads.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43828
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43828
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-num-fields.xml
By: Dejan Marjanovic on 2012-12-07 07:37:29
===================================================================
--- en/reference/mysql/functions/mysql-num-fields.xml
+++ en/reference/mysql/functions/mysql-num-fields.xml
@@ -25,6 +25,7 @@
   <para>
    Retrieves the number of fields from a query.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43829
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43829
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-num-rows.xml
By: Dejan Marjanovic on 2012-12-07 07:37:40
===================================================================
--- en/reference/mysql/functions/mysql-num-rows.xml
+++ en/reference/mysql/functions/mysql-num-rows.xml
@@ -28,6 +28,7 @@
    To retrieve the number of rows affected by a INSERT, UPDATE, REPLACE or
    DELETE query, use <function>mysql_affected_rows</function>.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43830
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43830
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-pconnect.xml
By: Dejan Marjanovic on 2012-12-07 07:37:52
===================================================================
--- en/reference/mysql/functions/mysql-pconnect.xml
+++ en/reference/mysql/functions/mysql-pconnect.xml
@@ -58,6 +58,7 @@
   <para>
    This type of link is therefore called 'persistent'.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43831
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43831
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-ping.xml
By: Dejan Marjanovic on 2012-12-07 07:38:11
===================================================================
--- en/reference/mysql/functions/mysql-ping.xml
+++ en/reference/mysql/functions/mysql-ping.xml
@@ -33,6 +33,7 @@
     Automatic reconnection is disabled by default in versions of MySQL >= 
5.0.3.
    </para>
   </note>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43832
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43832
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-real-escape-string.xml
By: Dejan Marjanovic on 2012-12-07 07:38:26
===================================================================
--- en/reference/mysql/functions/mysql-real-escape-string.xml
+++ en/reference/mysql/functions/mysql-real-escape-string.xml
@@ -51,6 +51,7 @@
     more information.
    </para>
   </caution>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43833
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43833
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-result.xml
By: Dejan Marjanovic on 2012-12-07 07:38:31
===================================================================
--- en/reference/mysql/functions/mysql-result.xml
+++ en/reference/mysql/functions/mysql-result.xml
@@ -26,6 +26,7 @@
    numeric offset for the field argument is much quicker than
    specifying a fieldname or tablename.fieldname argument.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43834
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43834
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-select-db.xml
By: Dejan Marjanovic on 2012-12-07 07:38:37
===================================================================
--- en/reference/mysql/functions/mysql-select-db.xml
+++ en/reference/mysql/functions/mysql-select-db.xml
@@ -28,6 +28,7 @@
    specified link identifier. Every subsequent call to
    <function>mysql_query</function> will be made on the active database.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43835
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43835
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-stat.xml
By: Dejan Marjanovic on 2012-12-07 07:39:32
===================================================================
--- en/reference/mysql/functions/mysql-stat.xml
+++ en/reference/mysql/functions/mysql-stat.xml
@@ -25,6 +25,7 @@
   <para>
    <function>mysql_stat</function> returns the current server status.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43836
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43836
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-tablename.xml
By: Dejan Marjanovic on 2012-12-07 07:39:55
===================================================================
--- en/reference/mysql/functions/mysql-tablename.xml
+++ en/reference/mysql/functions/mysql-tablename.xml
@@ -30,6 +30,7 @@
    <function>mysql_query</function> to issue an SQL <literal>SHOW TABLES
    [FROM db_name] [LIKE 'pattern']</literal> statement instead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43837
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43837
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-thread-id.xml
By: Dejan Marjanovic on 2012-12-07 07:40:00
===================================================================
--- en/reference/mysql/functions/mysql-thread-id.xml
+++ en/reference/mysql/functions/mysql-thread-id.xml
@@ -26,6 +26,7 @@
    with <function>mysql_ping</function> is executed, the thread ID will
    change. This means only retrieve the thread ID when needed.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43838
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43838
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-unbuffered-query.xml
By: Dejan Marjanovic on 2012-12-07 07:40:06
===================================================================
--- en/reference/mysql/functions/mysql-unbuffered-query.xml
+++ en/reference/mysql/functions/mysql-unbuffered-query.xml
@@ -36,6 +36,7 @@
    <parameter>link_identifier</parameter> to identify which connection
    you want to use.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43839
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43839
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-list-tables.xml
By: Dejan Marjanovic on 2012-12-07 07:40:33
===================================================================
--- en/reference/mysql/functions/mysql-list-tables.xml
+++ en/reference/mysql/functions/mysql-list-tables.xml
@@ -30,6 +30,7 @@
    <function>mysql_query</function> to issue an SQL <literal>SHOW TABLES
    [FROM db_name] [LIKE 'pattern']</literal> statement instead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43840
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43840
            
                                          
------------------------------------------------------------------

Modified: en/reference/mysql/functions/mysql-list-fields.xml
By: Dejan Marjanovic on 2012-12-07 07:40:45
===================================================================
--- en/reference/mysql/functions/mysql-list-fields.xml
+++ en/reference/mysql/functions/mysql-list-fields.xml
@@ -31,6 +31,7 @@
    <function>mysql_query</function> to issue an SQL <literal>SHOW COLUMNS FROM
    table [LIKE 'name']</literal> statement instead.
   </para>
+  &warn.deprecated.func-5-5-0;
  </refsect1>

  <refsect1 role="parameters">

            => Put this change into your patches : 
https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=43841
            => Delete this change: 
https://edit.php.net/?project=php&action=deleteThisChange&idDB=43841
            
                                          
------------------------------------------------------------------




-- 
https://edit.php.net/
This email is send automatically by the Php Docbook Online Editor.

Reply via email to