summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2020-04-27 10:26:51 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-27 14:51:33 +0200
commitaf67b06995619ecadce4180fbeb49e851c8ec999 (patch)
tree033fae82d912f01fd9046e82d567141cf4dca706 /appveyor
parenta447897db08ebed361a7d18c8ea0d10089040460 (diff)
downloadphp-git-af67b06995619ecadce4180fbeb49e851c8ec999.tar.gz
SessionUpdateTimestampHandler class was never implemented
It seems that in 2015, work was being done so that users could add their own custom session handlers. The implementer intended to add a class called SessionUpdateTimestampHandler, but never did so. The variable which was intended to point to its class entry is never initialized. The implementer also coded two methods for this class. Strangely, the method bodies are declared with PHP_METHOD(SessionHandler, ...) rather than PHP(SessionUpdateTimestampHandler, ...). However, these method implementations are not added to the method table of any class or interface. They are just dead code.
Diffstat (limited to 'appveyor')
0 files changed, 0 insertions, 0 deletions