Re: I: [Phplib-users] prepend.php3 errors in phplib 7.2d
Brought to you by:
nhruby,
richardarcher
From: Frank B. <fb...@sy...> - 2003-01-03 15:05:29
|
At 04:21 AM 1/3/03, Gaetano Giunta wrote: > > > I suggest the empty directory approach to make sure you > > > aren't getting mixed files. It almost sounds like you are > > > including 2 different versions of session.inc (maybe one > > > named session.php3?) and causing gc() to be redeclared. > > > > The gc function IS actually declared twice in the code (I > > think I posted this as a bug to sf along time ago...). > > Upgrading should solve this particular problem: recent > > versions of phplib have fixed the double declaration. I have been using 7.2d since Sept 2001 - I just checked, and sure enough gc is declared twice - and yet I do *not* get errors about function being redeclared. How can that be? |