Some servers (i.e. default installation of apache in Debian) have a default charset enabled, and this have problems with Tiki trying to show utf-8 extended characters. To solve this make sure that this is disabled, like with
AddDefaultCharset off
in the apache configuration.
Tiki1.9: it can be On or Off
Before: I think it must be Off
I belive it works 90%+ functionality. Ive heard reports of a session problem tho. However I think our main concern is maintaining 4.1 PHP compatibilty due to the many shared hosting environments that use it. Who knows there maybe even a Tiki 5 to take advantage of PHP 5 code, maybe once its matured a little hey
Damian
Project Admin Team
I found out that quizzes (import option) is not working properly before PHP4.3.5 on special characters like "é"...
(ctype_print("é") is not working)
AuthPam in lib/userslib.php use argument by reference
Passing argument by reference will be deprecated
in php.ini
allow_call_time_pass_reference needs to be on