TODO 849 B

123456789101112131415161718192021222324252627282930
  1. TODO:
  2. - per-virtual-server configuration
  3. - configurable limit of number of concurrent PHP executions
  4. - fix setting of auth info.
  5. FIXED:
  6. + => fixed
  7. - => not fixed and no fix planned
  8. ? => Maybe fixed, maybe not.
  9. + Allow multiple headers
  10. This is now fixed.
  11. + fix backtraces
  12. Uses th_farm, thus problem is fixed
  13. + exit in PHP exits Caudium
  14. Name conflict with do_exit in Pike and PHP. Reported to both teams.
  15. + POST newline added?
  16. Was a Caudium bug.
  17. + use th_farm
  18. Yeppers. Works great.
  19. - change cwd in single threaded mode
  20. There will be no single threaded mode support. The Caudium module
  21. will requite PHP ZTS and Pike threads to run. Single threaded PHP
  22. is rather uninteresting anyway.
  23. ? Recursive mutex lock problem:
  24. Dunno if this is fixed. Major rewrite so it would have to be
  25. retested.