欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

CodeIgniter與PHP5.6的兼容問(wèn)題

 更新時(shí)間:2015年07月16日 11:48:07   投稿:hebedich  
這篇文章主要介紹了CodeIgniter與PHP5.6的兼容問(wèn)題的處理方法,有需要的小伙伴可以參考下。

錯(cuò)誤提示:

A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

原代碼:

return $_config[0] =& $config;

修改后:

$_config[0] =& $config;

return $_config[0];

以上所述就是本文的全部?jī)?nèi)容了,希望大家能夠喜歡。

相關(guān)文章

最新評(píng)論