mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
fix test portability
This commit is contained in:
parent
e2904ffa65
commit
e9eeb5edb9
@ -8,7 +8,7 @@ ini_set('ibase.default_user',$user);
|
||||
ini_set('ibase.default_password',$password);
|
||||
|
||||
/* we need just the generated name, not the file itself */
|
||||
unlink($test_base = tempnam('/tmp',"php_ibase_test"));
|
||||
unlink($test_base = tempnam(sys_get_temp_dir(),"php_ibase_test"));
|
||||
|
||||
function init_db()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user