[imp] Problem with new php's rpms
   
    Federico E. Petronio
     
    petronio@ifeva.edu.ar
       
    Fri, 09 Feb 2001 13:38:46 -0300
    
    
  
"Brent J. Nordquist" wrote:
> On Thu, 8 Feb 2001, Federico E. Petronio <petronio@ifeva.edu.ar> wrote:
>
> > The line 343 is:
> >
> >         eval(sprintf(";%s",$vals));
> >
> > which is part of the function thaw()
>
> Ahhh!  See http://bugs.horde.org/show_bug.cgi?id=599
>
> Can you put a debugging print statement there and tell us what's in $vals
> at that point?  The bug says the problem is intermittent so it may take
> some persistence to get it to happen.  But it would be useful to figure
> out what's going on here.
After some time start happening again. I put
    print $vals;
before line 343 and the result was:
    $this->in = ''; $this->pt = array(); $this->pt['imp'] = '1';
$this->pt['s'] = '1'; $GLOBALS['imp'] = new ; $GLOBALS['s'] = '1';
    Parse error: parse error, expecting `STRING' or `'$'' in session.inc on
line 344
    ( line 344 because I add one new line )
Bye...
--
                                        Federico Petronio
                                        petronio@ifeva.edu.ar
                                        Linux User #129974
---
Unix IS user friendly. It's just selective about who its friends are.