xref: /PHP-5.5/sapi/roxen/TODO (revision f4983c0d)
1BUGS:
2
3- fix backtraces
4- exit in PHP exits Roxen
5- POST newline added?
6- Rewriting header handling so that more than one header with the same
7  name can be set (most importantly, cookies).
8- Recursive mutex lock problem:
9
10    And another error (when trying to include a class)
11
12    Recursive mutex locks!
13    /Usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
14    run("/home/www/www.tx.pl/news/test.php",mapping[3],modules/scripting/php5.pike.PHPScript(),modules/scripting/php5.pike.PHPScript.done)
15    modules/scripting/php5.pike:169: run()
16    base_server/roxen.pike:569: handler_thread(3).
17
18    And after this every access to any php script (on other virtual sites
19    also) ends (of course there is no proper output) with this error:
20
21    Php4.Interpreter->run: Tried to run a PHP-script from a PHP
22    callback!/usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
23    run("/home/www/biall.com.pl/index.php3",mapping[2],modules/scripting/php5.pike.PHPScript(),modules/scripting/php5.pike.PHPScript.done)
24    modules/scripting/php5.pike:169: run()
25    base_server/roxen.pike:569: handler_thread(3).
26
27
28ADDITIONS:
29
30- use th_farm
31- change cwd in single threaded mode
32- per-virtual-server configuration
33
34