首页 > 其他 > 详细

Warning: Call-time pass-by-reference has been deprecated

时间:2014-10-30 20:35:03      阅读:283      评论:0      收藏:0      [点我收藏+]

今天出现的问题:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of in_array_two_dimension(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in D:\wamp\www\myApriori.php on line 48

是因为在函数中传递引用。提示在php.ini文件中开启allow_call_time_pass_reference。

原本bubuko.com,布布扣 改off为ON,重启,解决。

Warning: Call-time pass-by-reference has been deprecated

原文:http://www.cnblogs.com/crazelee/p/4063458.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!