tony2001                Tue Aug 26 10:59:03 2008 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   mysqli_debug.phpt 
                                mysqli_debug_append.phpt 
                                mysqli_debug_control_string.phpt 
                                mysqli_debug_ini.phpt 
                                mysqli_debug_mysqlnd_control_string.phpt 
                                mysqli_debug_mysqlnd_only.phpt 
  Log:
  fix typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug.phpt:1.5 
php-src/ext/mysqli/tests/mysqli_debug.phpt:1.6
--- php-src/ext/mysqli/tests/mysqli_debug.phpt:1.5      Tue Mar 18 16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug.phpt  Tue Aug 26 10:59:03 2008
@@ -9,7 +9,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip: mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
@@ -62,4 +62,4 @@
        print "done!";
 ?>
 --EXPECTF--
-done%s
\ No newline at end of file
+done%s
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug_append.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug_append.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug_append.phpt:1.4 
php-src/ext/mysqli/tests/mysqli_debug_append.phpt:1.5
--- php-src/ext/mysqli/tests/mysqli_debug_append.phpt:1.4       Tue Mar 18 
16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug_append.phpt   Tue Aug 26 10:59:03 2008
@@ -9,7 +9,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip: mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt:1.4 
php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt:1.5
--- php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt:1.4       Tue Mar 
18 16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug_control_string.phpt   Tue Aug 26 
10:59:03 2008
@@ -9,7 +9,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip: mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
@@ -71,4 +71,4 @@
 ?>
 --EXPECTF--
 [023][control string '%s'] Trace file has not been written.
-done%s
\ No newline at end of file
+done%s
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug_ini.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug_ini.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug_ini.phpt:1.3 
php-src/ext/mysqli/tests/mysqli_debug_ini.phpt:1.4
--- php-src/ext/mysqli/tests/mysqli_debug_ini.phpt:1.3  Tue Mar 18 16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug_ini.phpt      Tue Aug 26 10:59:03 2008
@@ -8,7 +8,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
@@ -51,4 +51,4 @@
 done!
 --UEXPECTF--
 unicode(32) "t:O,/tmp/mysqli_debug_phpt.trace"
-done!
\ No newline at end of file
+done!
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt:1.4 
php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt:1.5
--- php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt:1.4       
Tue Mar 18 16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt   Tue Aug 
26 10:59:03 2008
@@ -9,7 +9,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip: mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt
diff -u php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt:1.4 
php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt:1.5
--- php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt:1.4 Tue Mar 18 
16:58:43 2008
+++ php-src/ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt     Tue Aug 26 
10:59:03 2008
@@ -10,7 +10,7 @@
 if (!function_exists('mysqli_debug'))
        die("skip mysqli_debug() not available");
 
-if (!defined('MYSQLI_DEGBUG_TRACE_ENABLED'))
+if (!defined('MYSQLI_DEBUG_TRACE_ENABLED'))
        die("skip: can't say for sure if mysqli_debug works");
 
 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
@@ -121,4 +121,4 @@
        print "done!";
 ?>
 --EXPECTF--
-done!
\ No newline at end of file
+done!



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to