List:Commits« Previous MessageNext Message »
From:ahristov Date:January 28 2008 10:47pm
Subject:PHP mysqlnd svn commit: r1233 - trunk/tests/ext/mysqli
View as plain text  
Author: ahristov
Date: 2008-01-28 23:47:33 +0100 (Mon, 28 Jan 2008)
New Revision: 1233

Modified:
   trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
Log:
reverse behavior


Modified: trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt	2008-01-28 20:02:02 UTC (rev 1232)
+++ trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt	2008-01-28 22:47:33 UTC (rev 1233)
@@ -969,9 +969,9 @@
   ["mem_efree_count"]=>
   string(1) "0"
   ["mem_malloc_count"]=>
-  string(1) "1"
+  string(1) "0"
   ["mem_malloc_ammount"]=>
-  string(%d) "%d"
+  string(1) "0"
   ["mem_calloc_count"]=>
   string(1) "0"
   ["mem_calloc_ammount"]=>
@@ -1106,9 +1106,9 @@
   [u"mem_efree_count"]=>
   unicode(1) "0"
   [u"mem_malloc_count"]=>
-  unicode(1) "1"
+  unicode(1) "0"
   [u"mem_malloc_ammount"]=>
-  unicode(%d) "%d"
+  unicode(1) "0"
   [u"mem_calloc_count"]=>
   unicode(1) "0"
   [u"mem_calloc_ammount"]=>

Thread
PHP mysqlnd svn commit: r1233 - trunk/tests/ext/mysqliahristov28 Jan