[Phplib-trackers] [ phplib-Bugs-700221 ] gc redeclared
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2003-04-08 08:20:28
|
Bugs item #700221, was opened at 2003-03-09 04:33 Message generated for change (Comment added) made by terminal_spirit You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=700221&group_id=31885 Category: Session Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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: Nick Cook (terminal_spirit) Date: 2003-04-08 08: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 |