diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-30 22:11:50 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-30 22:11:50 +0800 |
commit | 35c58552012de06a133259cc723a57886cd5607b (patch) | |
tree | a3103defec1993b30e11b978512866eb091d6892 /ext/session/mod_files.c | |
parent | 4f5d01026932ebc601c33cb56148d0a2ece8e7a3 (diff) | |
parent | 8d054be62f840804ffdbd4e5da2614a2e838424a (diff) | |
download | php-git-35c58552012de06a133259cc723a57886cd5607b.tar.gz |
Merge branch 'master' of https://git.php.net/repository/php-src
Diffstat (limited to 'ext/session/mod_files.c')
-rw-r--r-- | ext/session/mod_files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 36c9a3354e..1e13d67e58 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -220,7 +220,6 @@ static void ps_files_open(ps_files *data, const char *key) static int ps_files_write(ps_files *data, zend_string *key, zend_string *val) { zend_long n; - zend_stat_t sbuf; /* PS(id) may be changed by calling session_regenerate_id(). Re-initialization should be tried here. ps_files_open() checks |