FYI: I tried to run seweb with PHP 5.0.2. It sort of works, but at
least one function that serweb relies upon has changed in v5:
Warning: array_merge() [function.array-merge]: Argument #1 is not an
array in /home/sipa/var/serweb/html/user_interface/my_account.php on
line 286
More info on:
http://www.php.net/manual/en/function.array-merge.php
I switched to php 4.3 and all is well.
John