Date: 01/03/01
- Next message: Jeffrey A. Stuart: "RE: Re[4]: [phplib] PHP4 and PHPLIB. Implementing authentication manually or using PHPLIB..."
- Previous message: Max A. Derkachev: "Re[4]: [phplib] PHP4 and PHPLIB. Implementing authentication manually or using PHPLIB..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i have this error
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'$''
in session.inc(329) : eval()'d code on line 1
in function thaw() in the the file session.inc
function thaw() {
$this->get_lock();
$vals = $this->that->ac_get_value($this->id, $this->name);
eval(sprintf(";%s",$vals)); <== error
}
please help me
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Jeffrey A. Stuart: "RE: Re[4]: [phplib] PHP4 and PHPLIB. Implementing authentication manually or using PHPLIB..."
- Previous message: Max A. Derkachev: "Re[4]: [phplib] PHP4 and PHPLIB. Implementing authentication manually or using PHPLIB..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

