Anyone can Help to fix this pls...
if ($skipmsg) {
$a = &new $ec($code, $mode, $options, $userinfo); //line 247
return $a;
} else {
$a = &new $ec($message, $code, $mode, $options, $userinfo);
return $a;
}
}
while viewing my uploaded mp3 file,the error is appeared at the upper part of the page,error says:
Deprecated : Assigning the return value of new by reference is deprecated in / home/dreamwap/ public_html/wap/inc/ pear.inc.php on line 247
I dont kn0w what is the pr0b. in this c0de,why it say deprecated,Pls. Help me to fix..tnx
if ($skipmsg) {
$a = &new $ec($code, $mode, $options, $userinfo); //line 247
return $a;
} else {
$a = &new $ec($message, $code, $mode, $options, $userinfo);
return $a;
}
}
while viewing my uploaded mp3 file,the error is appeared at the upper part of the page,error says:
Deprecated : Assigning the return value of new by reference is deprecated in / home/dreamwap/ public_html/wap/inc/ pear.inc.php on line 247
I dont kn0w what is the pr0b. in this c0de,why it say deprecated,Pls. Help me to fix..tnx
Comment