Quote:
Originally Posted by hiepsi@
load video .
error:
Code:
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\website2\forum\vbtube_show.php on line 360
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\website2\forum\vbtube_show.php on line 642
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\website2\forum\vbtube_show.php on line 1042
help me plz.
|
Open file vbtube_show.php
line 360,line 642, line 1042 remove &
$example = & new abc;
>> remove &
It's for PHP 5.3