Skip to navigation
Only variable references should be returned by reference error in php 5.6
16.08.14
example Codeigniter 2.1.4 and php5.6 Filename: core/Common.php Line Number: 257 BEFORE CHANGE: return $_config[0] =& $config; AFTER CHANGE: $_config[0] =& $config; return $_config[0];
https://ellislab.com/forums/viewthread/244510/
Reply
Anonymous
Information Epoch 1736585245
Use lower case and keep it short.
Home
Notebook
Contact us