List:Commits« Previous MessageNext Message »
From:uwendel Date:June 20 2007 12:07pm
Subject:PHP mysqlnd svn commit: r403 - trunk/tests/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-06-20 14:07:30 +0200 (Wed, 20 Jun 2007)
New Revision: 403

Modified:
   trunk/tests/ext/mysqli/mysqli_stmt_attr_set.phpt
Log:
Enabling some cursor test code now that we have the missing constants. We still need to
discuss if we want to enable or skip this.


Modified: trunk/tests/ext/mysqli/mysqli_stmt_attr_set.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_stmt_attr_set.phpt	2007-06-20 11:53:58 UTC (rev 402)
+++ trunk/tests/ext/mysqli/mysqli_stmt_attr_set.phpt	2007-06-20 12:07:30 UTC (rev 403)
@@ -103,7 +103,7 @@
     //
     // Cursors
     //
-/* disabled: cursors don't work    
+
     if (mysqli_get_client_version() > 50003) {
         
         $cursor_types = array(
@@ -183,7 +183,7 @@
         }
 
     }    
-*/
+
     
     //
     // MYSQLI_STMT_ATTR_PREFETCH_ROWS

Thread
PHP mysqlnd svn commit: r403 - trunk/tests/ext/mysqliuwendel20 Jun