Index: phpdoc/en/reference/ibm_db2/functions/db2-commit.xml
===================================================================
--- phpdoc/en/reference/ibm_db2/functions/db2-commit.xml	(revision 302848)
+++ phpdoc/en/reference/ibm_db2/functions/db2-commit.xml	(working copy)
@@ -22,14 +22,6 @@
    mode, so <function>db2_commit</function> is not necessary unless AUTOCOMMIT
    has been turned off for the connection resource.
   </para>
-  <note>
-   <para>
-    If the specified connection resource is a persistent connection, all
-    transactions in progress for all applications using that persistent
-    connection will be committed. For this reason, persistent connections are
-    not recommended for use in applications that require transactions.
-   </para>
-  </note>
 
  </refsect1>
  <refsect1 role="parameters">
Index: phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml
===================================================================
--- phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml	(revision 302848)
+++ phpdoc/en/reference/ibm_db2/functions/db2-rollback.xml	(working copy)
@@ -21,16 +21,7 @@
    mode, so <function>db2_rollback</function> normally has no effect unless
    AUTOCOMMIT has been turned off for the connection resource.
   </para>
-  <note>
-   <para>
-    If the specified connection resource is a persistent connection, all
-    transactions in progress for all applications using that persistent
-    connection will be rolled back. For this reason, persistent connections
-    are not recommended for use in applications that require transactions.
-   </para>
-  </note>
 
-
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
