jani            Mon Oct 29 09:04:15 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/mysqli/tests   061.phpt 
  Log:
  MFH: fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/061.phpt?r1=1.5.4.1.2.2&r2=1.5.4.1.2.3&diff_format=u
Index: php-src/ext/mysqli/tests/061.phpt
diff -u php-src/ext/mysqli/tests/061.phpt:1.5.4.1.2.2 
php-src/ext/mysqli/tests/061.phpt:1.5.4.1.2.3
--- php-src/ext/mysqli/tests/061.phpt:1.5.4.1.2.2       Wed Oct 10 14:31:28 2007
+++ php-src/ext/mysqli/tests/061.phpt   Mon Oct 29 09:04:15 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

Reply via email to