index
:
suhosin
0.9.37
0.9.38
loglength
master
secureconfig
sesrec
SUHOSIN [수호신] for PHP 5.x - The PHP security extension.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
(
follow
)
Age
Commit message (
Collapse
)
Author
2022-10-27
Update log.c
CARBONNEAUX Mathieu
add sys/file.h to avoid error: 'LOCK_EX/LOCK_UN' undeclared (first use in this function) error on alpine
2016-07-30
introduced suhosin.log.max_error_length to limit log length (#105)
loglength
Ben Fuhrmannek
2015-02-13
(c) 2015
Ben Fuhrmannek
2015-01-22
removed #ifdef ZEND_ENGINE_2 as it is always defined anyway
Ben Fuhrmannek
2015-01-15
removed <5.4 compatibility code
Ben Fuhrmannek
2014-12-18
removed compatibility to PHP version < 5.4 (by ifdef)
Ben Fuhrmannek
2014-10-06
suppress date/time logging with suhosin.log.file.time=0
Ben Fuhrmannek
2014-08-19
Merge branch 'cleanup'
Ben Fuhrmannek
2014-08-18
use localtime instead of gmttime for logging (fixes #55)
Ben Fuhrmannek
2014-08-18
extra null checks
Ben Fuhrmannek
2014-07-17
minor changes / no more compiler warnings
Ben Fuhrmannek
2014-05-15
Better tracking of non existing/non executable logging scripts
Stefan Esser
2014-02-18
Some of the test cases fail because log buffer limit was too small.
Stefan Esser
2014-02-12
Silence all compiler warnings
Stefan Esser
2014-02-12
Added suhosin.log.stdout to log to stdout (dor debugging purposes)
Stefan Esser
2014-02-11
Adapt suhosin to lots of changes in PHP 5.5 executor
Stefan Esser
2014-02-11
Fix year in copyright
Stefan Esser
2012-05-20
Fix another ZTS problem
Stefan Esser
2012-04-13
Fix time.h inclusion
Stefan Esser
2012-04-13
Initial PHP 5.4.0 compatibility
Stefan Esser
2012-01-14
Use new suhosin_getenv() function in all places
Stefan Esser
Add protection against mbstring Add detection of incompatible extensions that change POST handlers
2012-01-11
Long overdue update of copyright year
Stefan Esser
2010-02-21
Fix copryight notice in file header
Stefan
2010-02-21
Inital commit
Stefan Esser