File:
[ELWIX - Embedded LightWeight unIX -] /
embedaddon /
php /
sapi /
roxen /
TODO
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs -
revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 10 months ago) by
misho
Branches:
php,
MAIN
CVS tags:
v5_4_3elwix,
v5_4_29p0,
v5_4_29,
v5_4_20p0,
v5_4_20,
v5_4_17p0,
v5_4_17,
v5_3_10,
HEAD
php
1: BUGS:
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:
28: ADDITIONS:
29:
30: - use th_farm
31: - change cwd in single threaded mode
32: - per-virtual-server configuration
33:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>