欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > php >内容正文

php

php deprecated是什么意思,解决:PHP Deprecated: Comments starting with '#' are deprecated in ……...

发布时间:2024/9/18 php 46 豆豆
生活随笔 收集整理的这篇文章主要介绍了 php deprecated是什么意思,解决:PHP Deprecated: Comments starting with '#' are deprecated in ……... 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

错误信息: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是什么意思,解决:PHP Deprecated: Comments starting with '#' are deprecated in ……...的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。