我有一个古老的脚本,最近我得到这个错误:
@H_403_1@Fatal error: Call-time pass-by-reference has been removed in /****/******/public_html/****/cp-list-summary.PHP on line 100
并且它看起来像这个文件上的第100行:
@H_403_1@if ($row[images]) { $image_set = array (); $result = MysqL_query ('SELECT fname FROM ' . $dbimgs . ' WHERE listid=\'' . $_GET['id'] . '\' ORDER BY id ASC',$link); while ($images = MysqL_fetch_array ($result)) { array_push (&$image_set,$images[fname]); } }