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
/
rfc1867_new.c
(
follow
)
Age
Commit message (
Expand
)
Author
2016-10-12
fixed missing free in error case (#104)
Ben Fuhrmannek
2016-10-12
condition clarification as proposed with #104
Ben Fuhrmannek
2016-10-12
fixed incorrect value length as proposed with #104
Ben Fuhrmannek
2016-03-01
merged changes to RFC1867 code (closes #86)
Ben Fuhrmannek
2016-03-01
fixed compiler warnings
Ben Fuhrmannek
2015-05-20
Fix high CPU consumption DOS through many newlines in RFC1867 MIME headers
Stefan Esser
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-09-22
commented out duplicate function (resolves #59)
Ben Fuhrmannek
2014-02-17
Add some PHP 5.6.0aplha2 compatibility
Stefan Esser
2014-02-15
Binary safety.
Stefan Esser
2014-02-12
Silence all compiler warnings
Stefan Esser
2014-02-12
Need to set abort_request because otherwise we do not get the statistics
Stefan Esser
2014-02-12
We still need our own handlers for RFC1867 post uploads because PHP's filter ...
Stefan Esser