首頁  >  文章  >  後端開發  >  解決PHP Deprecated: Comments starting with '#' are deprecated in...的錯誤

解決PHP Deprecated: Comments starting with '#' are deprecated in...的錯誤

黄舟
黄舟原創
2017-03-28 09:22:491993瀏覽

錯誤訊息:

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 =

以上是解決PHP Deprecated: Comments starting with '#' are deprecated in...的錯誤的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn