summaryrefslogtreecommitdiff
path: root/session.c (follow)
AgeCommit message (Expand)Author
2015-02-13change (c) to 2015Ben Fuhrmannek
2015-01-15removed <5.4 compatibility codeBen Fuhrmannek
2014-12-18removed compatibility to PHP version < 5.4 (by ifdef)Ben Fuhrmannek
2014-11-12removed session structs + split crypt funcsBen Fuhrmannek
2014-11-12fixed session recursion - issue #60Ben Fuhrmannek
2014-07-17minor changes / no more compiler warningsBen Fuhrmannek
2014-06-09Improve SessionHandler() recursion protectionStefan Esser
2014-06-09Fixed problem with SessionHandler() class and endless recursionStefan Esser
2014-02-17Add some PHP 5.6.0aplha2 compatibilityStefan Esser
2014-02-15Change algorithm a bit for empty keys to make it easier testableStefan Esser
2014-02-12Silence all compiler warningsStefan Esser
2014-02-11Fix this to actually compile with PHP 5.5Stefan Esser
2014-02-11Fix session struct for PHP 5.5Stefan Esser
2014-02-11Fix year in copyrightStefan Esser
2014-02-11Fix problem with user space session handlers (including test case)Stefan Esser
2012-04-13Initial PHP 5.4.0 compatibilityStefan Esser
2012-02-12Silence some more compiler warningsStefan Esser
2012-01-14Use new suhosin_getenv() function in all placesStefan Esser
2012-01-11Long overdue update of copyright yearStefan Esser
2012-01-11Fix git repository. Github had the wrong git repository commited. The last re...Stefan Esser
2010-03-28Increase session identifier entropy by using /dev/urandom if availableStefan
2010-03-26Fix ZTS buildStefan
2010-03-05Fix the session serializer protectionStefan
2010-02-21Added ! protection to PHP session serializerStefan
2010-02-21Fixed PHP 5.3.x send_cookie crashStefan
2010-02-21Fix copryight notice in file headerStefan
2010-02-21Inital commitStefan Esser