Annotation of embedaddon/php/sapi/caudium/TODO, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>