nlopess         Sat Aug 11 15:38:34 2007 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   mysqli_real_connect.phpt 
  Log:
  fix typo in tmp file path
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_real_connect.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_real_connect.phpt
diff -u php-src/ext/mysqli/tests/mysqli_real_connect.phpt:1.2 
php-src/ext/mysqli/tests/mysqli_real_connect.phpt:1.3
--- php-src/ext/mysqli/tests/mysqli_real_connect.phpt:1.2       Thu Aug  9 
10:01:20 2007
+++ php-src/ext/mysqli/tests/mysqli_real_connect.phpt   Sat Aug 11 15:38:34 2007
@@ -117,7 +117,7 @@
                if (!mysqli_real_connect($link, $host, $user, $passwd, $db, 
$port, $socket, 128))
                        printf("[019] [%d] %s\n", mysqli_errno($link), 
mysqli_error($link));
 
-               $filename = sys_get_temp_dir() . DIRECTORY_SEPERATOR . 
'mysqli_real_connect_phpt';
+               $filename = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 
'mysqli_real_connect_phpt';
                if (!$fp = fopen($filename, 'w'))
                        printf("[020] Cannot open temporary file %s\n", 
$filename);
 

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

Reply via email to