summaryrefslogtreecommitdiff
path: root/sapi/caudium/TODO
diff options
context:
space:
mode:
authorDavid Hedbor <neotron@php.net>2000-11-02 18:53:47 +0000
committerDavid Hedbor <neotron@php.net>2000-11-02 18:53:47 +0000
commit8aa6f6d55c01f411a1dbafe14cd8faf43b2430ec (patch)
treef211e0056fcc8493791facb431851776b3ed2e6f /sapi/caudium/TODO
parentce501c78a8a9a213bd695ac118211d5a36f7129d (diff)
downloadphp-git-8aa6f6d55c01f411a1dbafe14cd8faf43b2430ec.tar.gz
Initial caudium support.
Diffstat (limited to 'sapi/caudium/TODO')
-rw-r--r--sapi/caudium/TODO30
1 files changed, 30 insertions, 0 deletions
diff --git a/sapi/caudium/TODO b/sapi/caudium/TODO
new file mode 100644
index 0000000000..c4352f93fc
--- /dev/null
+++ b/sapi/caudium/TODO
@@ -0,0 +1,30 @@
+TODO:
+
+- Rewriting header handling so that more than one header with the same
+ name can be set (most importantly, cookies).
+- per-virtual-server configuration
+- configurable limit of number of concurrent PHP executions
+- fix setting of auth info.
+
+FIXED:
++ => fixed
+- => not fixed and no fix planned
+? => Maybe fixed, maybe not.
+
++ fix backtraces
+ Uses th_farm, thus problem is fixed
++ exit in PHP exits Caudium
+ Name conflict with do_exit in Pike and PHP. Reported to both teams.
++ POST newline added?
+ Was a Caudium bug.
++ use th_farm
+ Yeppers. Works great.
+- change cwd in single threaded mode
+ There will be no single threaded mode support. The Caudium module
+ will requite PHP ZTS and Pike threads to run. Single threaded PHP
+ is rather uninteresting anyway.
+? Recursive mutex lock problem:
+ Dunno if this is fixed. Major rewrite so it would have to be
+ retested.
+
+