summaryrefslogtreecommitdiff
path: root/ext/session/mod_user.h
diff options
context:
space:
mode:
authorLeigh <leight@gmail.com>2012-06-26 14:57:10 +0100
committerArpad Ray <arraypad@gmail.com>2013-06-27 13:06:22 +0100
commitb794cce4fd4a6158002f3e8a814a30891cefbcde (patch)
tree5fdf8f2a899135ec329878446d2ad6918d9fa3ab /ext/session/mod_user.h
parent074c26a68b9484cd51734a70bb91b8afb585c212 (diff)
downloadphp-git-b794cce4fd4a6158002f3e8a814a30891cefbcde.tar.gz
Tests, fixes and optimisations
* Amended existing tests to cater for new functionality. * Implemented fixes and optimisations recommended by NikiC * Added create_sid to the registered interface. This was breaking tests. It also now breaks BC for people implementing the interface directly instead of extending the class.
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 fd149ccff4..6b2998c426 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(user);
+PS_FUNCS_SID(user);
#endif