diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-01-21 19:13:59 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-01-22 13:34:58 +0900 |
commit | e6c8640a2a242b4c620923dcbe5f93c8366585e7 (patch) | |
tree | 4eff7b05ff1c9a44eed52f5c1ae86dcf071cca7a /ext/session/mod_user.h | |
parent | ebb60ac7dd179a3bea540d50a7d595010a82a656 (diff) | |
download | php-git-e6c8640a2a242b4c620923dcbe5f93c8366585e7.tar.gz |
WIP - test passes
Diffstat (limited to 'ext/session/mod_user.h')
-rw-r--r-- | ext/session/mod_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_user.h b/ext/session/mod_user.h index 1a315b70da..592b223c60 100644 --- a/ext/session/mod_user.h +++ b/ext/session/mod_user.h @@ -24,6 +24,6 @@ extern ps_module ps_mod_user; #define ps_user_ptr &ps_mod_user -PS_FUNCS_SID(user); +PS_FUNCS_UPDATE_TIMESTAMP(user); #endif |