Re: [Phplib-users] Help! New Error to me ...
Brought to you by:
nhruby,
richardarcher
|
From: Bob B. <bo...@iN...> - 2001-08-20 23:58:26
|
Richard --
Tried that, no joy: the error I quoted is still reported in 5 places ...
using session.inc v 1.5 2000/07/12 18:22:35. Does the pass-by-reference
need to be changed anywhere else ...?
Thanks --
Bob.
At 09:48 AM 8/21/01 +1000, Richard Archer wrote:
>At 4:24 PM -0700 20/8/01, Bob Bowker wrote:
>
> >Warning: Call-time pass-by-reference has been deprecated
>
>This has been fixed in the CVS tree. The change is to add a '&' to
>the function declaration of serialize in session.inc:
>
>change
> function serialize($prefix, $str) {
>to
> function serialize($prefix, &$str) {
>
> ...R.
>
>_______________________________________________
>Phplib-users mailing list
>Php...@li...
>http://lists.sourceforge.net/lists/listinfo/phplib-users
|