Bugs item #517150, was opened at 2002-02-13 12:32
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=517150&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
>Priority: 1
Submitted By: Richard Archer (richardarcher)
>Assigned to: Richard Archer (richardarcher)
Summary: prepend.php3 needs ct_cookie mods
Initial Comment:
Reposted from an email from Christopher Vrooman:
And in the prepend.php3 v1.21, I modified the following:
# Do you intend to use custom session save handlers
(PHP4 only) ?
if ($_PHPLIB["version"] == "4") { // do not change this
# set to true or false
$_PHPLIB["custom_save_handler"] = true;
to include the following:
# Load CT_Cookie classes
require($_PHPLIB["libdir"] . "/ct_cookie.inc");
require($_PHPLIB["libdir"] . "/ct_cookie_rc4.inc");
because they were necessary for the new Cookie
classes in local4.inc.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=517150&group_id=31885
|