blob: fc1f2b52c67aaa3cb626aefe7f4b3426933888fc (
plain)
1
2
3
4
5
6
7
|
1. Make output abstraction to allow different formats (JSON, XML, plain text)
E. g. replace FCGX_FPrintF (request->out, ...);
with report_error(request->out, ...);
2. Add support for Solaris projects
|