mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Skip reason is now printed if session.save_path is not writable.
This commit is contained in:
@@ -18,7 +18,7 @@ if ($save_path) {
|
||||
$save_path = substr($save_path, ++$p);
|
||||
}
|
||||
if (!@is_writable($save_path)) {
|
||||
die("skip\n");
|
||||
die("skip session.save_path $save_path is not writable\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user