[Phplib-trackers] [ phplib-Bugs-504005 ] Session.put_headers wrong for PHP3
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-01-15 18:58:45
|
Bugs item #504005, was opened at 2002-01-15 10:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=504005&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fred Yankowski (fredy) Assigned to: Nobody/Anonymous (nobody) Summary: Session.put_headers wrong for PHP3 Initial Comment: The put_headers() method in session.inc calls header() with 'false' as the second argument in some cases, to append to a header rather than replacing it. This feature does not exist in PHP3, causing the header values to be incomplete because only the last value obtains. The attached patch fixes this problem and should work in both PHP3 and PHP4. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=504005&group_id=31885 |