[Phplib-trackers] [ phplib-Bugs-700221 ] gc redeclared
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2003-09-10 03:33:00
|
Bugs item #700221, was opened at 2003-03-08 22:33 Message generated for change (Comment added) made by chaska You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=700221&group_id=31885 Category: Session >Group: current CVS Status: Open >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Chris Johnson (chaska) Summary: gc redeclared Initial Comment: After upgrading to PHP 4.3.1 an error in session.inc is shown as Cannot redeclare gc() in c:\Servers\internet\lib\php\session.inc on line 464 This shows up in PHPLIB version 7.2d. tom...@me... ---------------------------------------------------------------------- >Comment By: Chris Johnson (chaska) Date: 2003-09-09 22:32 Message: Logged In: YES user_id=279065 Fixed in 7.4-pre2 and 7.4, if not earlier. ---------------------------------------------------------------------- Comment By: Nick Cook (terminal_spirit) Date: 2003-04-08 03:36 Message: Logged In: YES user_id=752229 hi it appears the function gc is duplicated in the file session.inc. 1st one is on or about line 337 & the other is on line 464. I commented out the first one and its happy now :) hth ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=700221&group_id=31885 |