首页 > Web开发 > 详细

解决:PHP Deprecated: Comments starting with '#' are deprecated in ……

时间:2017-03-27 20:28:47      阅读:951      评论:0      收藏:0      [点我收藏+]

错误信息:

PHP Deprecated:  Comments starting with ‘#‘ are deprecated in /usr/local/php/etc/php.ini on line 305 in Unknown on line 0

错误分析:PHP不支持#号注释,应以;注释,修改之前PHP配置。

我修改PHP配置文件php.ini中#号注释的行

;#disable_functions = passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_open,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server
disable_functions =


本文出自 “运维小当家” 博客,请务必保留此出处http://solin.blog.51cto.com/11319413/1910643

解决:PHP Deprecated: Comments starting with '#' are deprecated in ……

原文:http://solin.blog.51cto.com/11319413/1910643

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