0
显示Deprecated: Assigning the return value of new by reference is deprecated in解决办法
Posted in PHP at 十二月 22nd, 2010 / No Comments »
很多朋友的php程序当php的版本升级到5.3以后,会出现”Deprecated: Assigning the return value of new by reference is deprecated in“ 显示出来。这是因为5.3以后,不能使用”=&”符号,可以直接用”=”就...