php5.3中Deprecated: Assigning the return value of new by reference is deprecated的解决方法
2013-6-14 16:44 Friday
在5.3版本之后已经不允许在程序中使用”=& new”。如果你的网站出现了Deprecated: Assigning the return
value of new by reference is deprecated in
错误,去掉‘&’符号即可。
+1
20
前一篇: 好玩的linux命令
后一篇:关于系统提示"登录进程初始化失败"的解决方案
留下你的看法: