summaryrefslogtreecommitdiff
path: root/ext/session/mod_user.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-01-21 19:13:59 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-01-22 13:34:58 +0900
commite6c8640a2a242b4c620923dcbe5f93c8366585e7 (patch)
tree4eff7b05ff1c9a44eed52f5c1ae86dcf071cca7a /ext/session/mod_user.h
parentebb60ac7dd179a3bea540d50a7d595010a82a656 (diff)
downloadphp-git-e6c8640a2a242b4c620923dcbe5f93c8366585e7.tar.gz
WIP - test passes
Diffstat (limited to 'ext/session/mod_user.h')
-rw-r--r--ext/session/mod_user.h2
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