php教程中文目錄 include錯誤解決訪求
include_path='.;c:php5pear'的錯誤
warning: unknown: failed to open stream: no such file or directory in unknown on line 0
fatal error: unknown: failed opening required 'e:/ttttt/中文/index.php' (include_path='.;c:php5pear') in unknown on line 0
在google和百後,都講的是include_path的配置問題,所有的這些都配置無誤。
最後排查,是因為中文路徑的問題。
最後解決辦法:
文件夾不用中文名
最後提示一下,apache2.2 配置的網絡文件夾是可以用中文的,只需要把httpd.conf保存為utf-8即可。