List:Internals« Previous MessageNext Message »
From:shinz Date:November 25 2005 6:03pm
Subject:svn commit - mysqldoc@docsrva: r414 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2005-11-25 19:03:16 +0100 (Fri, 25 Nov 2005)
New Revision: 414

Log:
Add hint to mysql/mysqli compatibility layer

Modified:
   trunk/refman-4.1/apis.xml
   trunk/refman-5.0/apis.xml
   trunk/refman-5.1/apis.xml

Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml	2005-11-25 17:03:16 UTC (rev 413)
+++ trunk/refman-4.1/apis.xml	2005-11-25 18:03:16 UTC (rev 414)
@@ -13046,6 +13046,12 @@
         </listitem>
 
       </itemizedlist>
+      
+      <para>
+        Those will PHP4 legacy code could make use of a compatibility layer
+        for the old and new MySQL libraries, such as this one:
+        <ulink url="http://www.coggeshall.org/oss/mysql2i"/>.
+      </para>
 
     </section>
 

Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml	2005-11-25 17:03:16 UTC (rev 413)
+++ trunk/refman-5.0/apis.xml	2005-11-25 18:03:16 UTC (rev 414)
@@ -13006,7 +13006,13 @@
         </listitem>
 
       </itemizedlist>
-
+      
+      <para>
+        Those will PHP4 legacy code could make use of a compatibility layer
+        for the old and new MySQL libraries, such as this one:
+        <ulink url="http://www.coggeshall.org/oss/mysql2i"/>.
+      </para>
+      
     </section>
 
   </section>

Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml	2005-11-25 17:03:16 UTC (rev 413)
+++ trunk/refman-5.1/apis.xml	2005-11-25 18:03:16 UTC (rev 414)
@@ -13011,7 +13011,13 @@
         </listitem>
 
       </itemizedlist>
-
+      
+      <para>
+        Those will PHP4 legacy code could make use of a compatibility layer
+        for the old and new MySQL libraries, such as this one:
+        <ulink url="http://www.coggeshall.org/oss/mysql2i"/>.
+      </para>
+      
     </section>
 
   </section>

Thread
svn commit - mysqldoc@docsrva: r414 - in trunk: refman-4.1 refman-5.0 refman-5.1shinz25 Nov