Milestone | Feature | Implemented? | Notes
|
0.5 | | |
|
| Custom Apache directives | Yes |
|
| HLL Apache modules | Yes |
|
| Worker MPM passes tests | Yes |
|
| Support for reading HTTP body (POST data) | Yes |
|
| APR pool class | No | create pools, register cleanup handlers
|
0.6 | | |
|
| Config for setting # of interpreters at startup | No | Threaded MPM only, see "Dynamic context pools"
|
| server_rec class | No |
|
| conn_rec class | No |
|
| cmd_parms class | No | make sure this is passed to config callbacks
|
pre-1.0 | | |
|
| Debug logging | No | C-level debugging output
|
| Dynamic context pools | No | for threaded MPMs, grow/shrink context pools, support for spares
|
| Merge configuration branch | No | Needs testing infrastructure
|
| Remove HLL modules | No | except for PIR
|
| Input/Output filters | No | needs bucket brigade class
|
| Apache 2.2 auth providers | No |
|
| Inline code in configuration | No | e.g. <Perl> blocks
|
| Support HLL namespaces | No | need Parrot/PCT support for .HLL namespaces
|
1.0 | | |
|
| Complete user documentation | No |
|
| Complete HLL module developer documentation | No |
|
| Fix all code commented with XXX | No |
|
TBD | | |
|
| Security sandboxes | No | Requires Parrot support
|