Solution to PHP prompt Call-time pass-by-reference has been deprecated in_PHP Tutorial

WBOY
Release: 2016-07-21 15:19:31
Original
950 people have browsed it

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 文件 在里面输入如下代码

复制代码 代码如下:

phpinfo();
?>

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

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/325274.htmlTechArticleWarning: Call-time pass-by-reference has been deprecated in E:Program FilesEasyPHP 3.0wwwbugfreeIncludeClassXmlParse.class.php on line 46 Warning: Call-time pass-by-referenc...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template