jani Mon Oct 29 09:03:39 2007 UTC
Modified files:
/php-src/ext/mysqli/tests 061.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/061.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/mysqli/tests/061.phpt
diff -u php-src/ext/mysqli/tests/061.phpt:1.9
php-src/ext/mysqli/tests/061.phpt:1.10
--- php-src/ext/mysqli/tests/061.phpt:1.9 Fri Oct 12 11:46:41 2007
+++ php-src/ext/mysqli/tests/061.phpt Mon Oct 29 09:03:39 2007
@@ -20,7 +20,7 @@
$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/* create temporary file */
- $filename = dirname(__FILE__) . "061.csv";
+ $filename = dirname(__FILE__) . "/061.csv";
$fp = fopen($filename, "w");
fwrite($fp, b"foo;bar");
fclose($fp);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php