summaryrefslogtreecommitdiff
path: root/log.c (follow)
AgeCommit message (Collapse)Author
2016-07-30introduced suhosin.log.max_error_length to limit log length (#105)loglengthBen Fuhrmannek
2015-02-13(c) 2015Ben Fuhrmannek
2015-01-22removed #ifdef ZEND_ENGINE_2 as it is always defined anywayBen Fuhrmannek
2015-01-15removed <5.4 compatibility codeBen Fuhrmannek
2014-12-18removed compatibility to PHP version < 5.4 (by ifdef)Ben Fuhrmannek
2014-10-06suppress date/time logging with suhosin.log.file.time=0Ben Fuhrmannek
2014-08-19Merge branch 'cleanup'Ben Fuhrmannek
2014-08-18use localtime instead of gmttime for logging (fixes #55)Ben Fuhrmannek
2014-08-18extra null checksBen Fuhrmannek
2014-07-17minor changes / no more compiler warningsBen Fuhrmannek
2014-05-15Better tracking of non existing/non executable logging scriptsStefan Esser
2014-02-18Some of the test cases fail because log buffer limit was too small.Stefan Esser
2014-02-12Silence all compiler warningsStefan Esser
2014-02-12Added suhosin.log.stdout to log to stdout (dor debugging purposes)Stefan Esser
2014-02-11Adapt suhosin to lots of changes in PHP 5.5 executorStefan Esser
2014-02-11Fix year in copyrightStefan Esser
2012-05-20Fix another ZTS problemStefan Esser
2012-04-13Fix time.h inclusionStefan Esser
2012-04-13Initial PHP 5.4.0 compatibilityStefan 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
2010-02-21Fix copryight notice in file headerStefan
2010-02-21Inital commitStefan Esser