Hi,
I got around this by changing the following two functions below. Basically
you can remove the call by reference construct &$str by resetting $str to
its returned value:
function serialize($prefix, $str) {
static $t,$l,$k;
## Determine the type of $$prefix
eval("\$t = gettype(\
Ok, but the warning says that call time pass by reference is deprecated.
Will there be an update at some point to address this in phplib?
Matt Friedman
Spry New Media
http://www.sprynewmedia.com
Lead Programmer/Partner
email: [EMAIL PROTECTED]
phone: 250 744 3655
fax: 250 370 0436
- Origi
2 matches
Mail list logo