錯誤訊息:
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中文網其他相關文章!