当前位置:首页 > PHP教程 > PHP常见问题

php提示Call-time pass-by-reference has been deprecated in的解决方法[已测]

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 46

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 47

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 47

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 48

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 49

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 51

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 56

warning: call-time pass-by-reference has been deprecated in e:program fileseasyphp 3.0wwwbugfreeincludeclassxmlparse.class.php on line 56

解决办法如下:修改conf_files目录下php.ini中allow_call_time_pass_reference = on即可。

如果你找不到php.ini的位置 好了 绝招来了
在根文件夹下建一个 phpinfo.php 文件 在里面输入如下代码

复制代码 代码如下:

<?php
phpinfo();
?>

php.ini位置,iis+php一般位于 c:windowsphp.ini
而apache+php一般是 php-apache2handler.ini



【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!