[phplib] eval error in session.inc From: abdel (abdel <email protected>)
Date: 01/03/01

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>