List:Commits« Previous MessageNext Message »
From:uwendel Date:August 29 2007 2:37pm
Subject:PHP mysqlnd svn commit: r957 - trunk/tests/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-08-29 16:37:14 +0200 (Wed, 29 Aug 2007)
New Revision: 957

Modified:
   trunk/tests/ext/mysqli/mysqli_debug_append.phpt
   trunk/tests/ext/mysqli/mysqli_debug_control_string.phpt
Log:
I'm tired today - correcting a simple typo.


Modified: trunk/tests/ext/mysqli/mysqli_debug_append.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_debug_append.phpt	2007-08-29 14:33:23 UTC (rev 956)
+++ trunk/tests/ext/mysqli/mysqli_debug_append.phpt	2007-08-29 14:37:14 UTC (rev 957)
@@ -73,7 +73,7 @@
 	mysqli_close($link);
 	print "done";
 	if ($IS_MYSQLND)
-		print "libmysql/DBUG package prints some debug into here."
+		print "libmysql/DBUG package prints some debug info here."
 ?>
 --EXPECTF--
 done%s
\ No newline at end of file

Modified: trunk/tests/ext/mysqli/mysqli_debug_control_string.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_debug_control_string.phpt	2007-08-29 14:33:23 UTC (rev
956)
+++ trunk/tests/ext/mysqli/mysqli_debug_control_string.phpt	2007-08-29 14:37:14 UTC (rev
957)
@@ -57,7 +57,7 @@
 	mysqli_close($link);
 	print "done";
 	if ($IS_MYSQLND)
-		print "libmysql/DBUG package prints some debug into here."
+		print "libmysql/DBUG package prints some debug info here."
 ?>
 --EXPECTF--
 [023][control string '%s'] Trace file has not been written.

Thread
PHP mysqlnd svn commit: r957 - trunk/tests/ext/mysqliuwendel29 Aug