Re: [Phplib-users] Help! New Error to me ...
Brought to you by:
nhruby,
richardarcher
From: Bob B. <bo...@iN...> - 2001-08-21 00:14:26
|
Hi -- I just grabbed session.inc from the CVS and using that ver 1.10, the same 5 errors come up, just in different line numbers ...?!? Bob. At 09:48 AM 8/21/01 +1000, you 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 |