diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2013-03-14 05:42:27 +0000 |
---|---|---|
committer | <> | 2013-04-03 16:25:08 +0000 |
commit | c4dd7a1a684490673e25aaf4fabec5df138854c4 (patch) | |
tree | 4d57c44caae4480efff02b90b9be86f44bf25409 /sapi/caudium/TODO | |
download | php2-master.tar.gz |
Imported from /home/lorry/working-area/delta_php2/php-5.4.13.tar.bz2.HEADphp-5.4.13master
Diffstat (limited to 'sapi/caudium/TODO')
-rw-r--r-- | sapi/caudium/TODO | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sapi/caudium/TODO b/sapi/caudium/TODO new file mode 100644 index 0000000..b8217c5 --- /dev/null +++ b/sapi/caudium/TODO @@ -0,0 +1,30 @@ +TODO: + +- 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. + ++ Allow multiple headers + This is now fixed. ++ 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. + + |