johannes Sun Mar 9 01:06:38 2008 UTC
Modified files:
/php-src/ext/mysql/tests mysql_query_load_data_openbasedir.phpt
Log:
- Fix typo in skipif
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
diff -u php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt:1.2
php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt:1.3
--- php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt:1.2 Wed Oct
10 10:55:52 2007
+++ php-src/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt Sun Mar
9 01:06:38 2008
@@ -11,7 +11,7 @@
if (!$fp = fopen('./simple.csv', 'w'))
die("skip Cannot create test CSV file");
-flose($fp);
+fclose($fp);
@unlink('./simple.csv');
?>
--INI--
@@ -105,4 +105,4 @@
[007] [0] ''
[008] LOAD DATA not run?
[010] [1148] %s
-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