I'm using phplib with session, perm and auth, Interbase as database and Windows as OS.
With php3 everything is fine, but I get the following error, when using phplib with php4:
Parse error: parse error in phplib/session.inc(329) : eval()'d code on line 1
line 329 in session.inc is:
eval(sprintf(";%s",$vals));
Please help, if you know the problem. Thanks