------解决方案--------------------当没有在 php.ini 中设置 include_path 时,pear 安装目录是包含在 include_path 的
如果你指定了 include_path 并且要使用 pear,那么应将 pear 安装目录附加在 include_path 中
------解决方案--------------------那你就调用全路径,比如require("d:\x\xx\1.php");
或者先看看echo dirname(__file__)的结果、
或者用get_include_path确认下目前的包含路径有哪些