summaryrefslogtreecommitdiff
path: root/session.c (follow)
AgeCommit message (Collapse)Author
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
Add protection against mbstring Add detection of incompatible extensions that change POST handlers
2012-01-11Long overdue update of copyright yearStefan Esser
2012-01-11Fix git repository. Github had the wrong git repository commited. The last ↵Stefan Esser
revisions were missing. From here we can continue developing.
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