summaryrefslogtreecommitdiff
path: root/post_handler.c (follow)
AgeCommit message (Collapse)Author
2014-11-24ifdef fix for win32Ben Fuhrmannek
2014-11-22more win32 related fixesBen Fuhrmannek
2014-09-05Filters are allowed to change the content of a value. Always allocate a copy ↵Stefan Esser
before giving it to the filters.
2014-02-17Add some PHP 5.6.0aplha2 compatibilityStefan Esser
2014-02-12We still need our own handlers for RFC1867 post uploads because PHP's filter ↵Stefan Esser
system is strangely implemented.
2014-02-12Have to override the std post handler otherwise the filter does not workStefan Esser
2014-02-11Do not forget to unhook.Stefan Esser
2014-02-11Only replace POST handlers for older PHP versions. Current PHP versions >= ↵Stefan Esser
5.4.0 should have okayish post handlers.
2014-02-11Fix standard post handlerStefan Esser
2014-02-11Fix year in copyrightStefan Esser
2012-02-12Fix some compiler warningsStefan Esser
2012-02-12Fix ZTS compile problemStefan 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-14detect runtime modification of post handlersStefan Esser
2012-01-11Long overdue update of copyright yearStefan Esser
2010-02-21Fix copryight notice in file headerStefan
2010-02-21Inital commitStefan Esser