Re: [Phplib-users] Help! New Error to me ... SOLVED
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2001-08-21 02:45:17
|
At 5:56 PM -0700 20/8/01, Bob Bowker wrote: >My dummy ... I ran phpinfo() and discovered that this particular install >had allow_call_time_pass_reference set to OFF by default. Changed that to >"1" in .htaccess, and all's well ... Aah I see, I thought this bug was a bit easy to fix :) Looks like all the calls to serialize have to have the ampersands removed from the str arg. I'll repost this bug to the SF tracker and sort it out next time I'm working on session.inc. The code should still run cleanly even with allow_call_time_pass_reference turned off. ...R. |