php tutorial Chinese directory include error resolution request
include_path='.;c:php5pear' error
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
In Google and Baihou, they both talk about the configuration of include_path, and all of them are configured correctly.
The final troubleshooting was due to a problem with the Chinese path.
Final solution:
Do not use Chinese names for folders
As a final reminder, the network folder configured by apache2.2 can be used in Chinese. You only need to save httpd.conf as utf-8.