kalle           Fri May 22 18:27:38 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/sqlite3/tests  sqlite3_21_security.phpt 
  Log:
  MFH: Fix test on Windows
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_21_security.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/sqlite3/tests/sqlite3_21_security.phpt
diff -u php-src/ext/sqlite3/tests/sqlite3_21_security.phpt:1.1.2.3 
php-src/ext/sqlite3/tests/sqlite3_21_security.phpt:1.1.2.4
--- php-src/ext/sqlite3/tests/sqlite3_21_security.phpt:1.1.2.3  Tue Feb 10 
00:24:33 2009
+++ php-src/ext/sqlite3/tests/sqlite3_21_security.phpt  Fri May 22 18:27:38 2009
@@ -31,9 +31,9 @@
 bool(true)
 Above test directory
 
-Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) 
is not within the allowed path(s): (.) in %s/sqlite3_21_security.php on line %d
-exception 'Exception' with message 'open_basedir prohibits opening %s' in 
%s/sqlite3_21_security.php:%d
+Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) 
is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d
+exception 'Exception' with message 'open_basedir prohibits opening %s' in 
%ssqlite3_21_security.php:%d
 Stack trace:
-#0 %s/sqlite3_21_security.php(%d): SQLite3->__construct('%s')
+#0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')
 #1 {main}
 Done



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

Reply via email to