安裝教程:http://www.cnblogs.com/Excellent/archive/2011/11/22/2258304.html
當使用後面的測試代碼是報錯。Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\phpDemo\index.php on line 2
Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.;C:\php5\pear') in C:\wamp\phpDemo\index.php on line 2
而查看phpinfo時發現"include_path .;C:\php5\pear" 而我的include_path中已經改了。求大神解答。
回複內容:
安裝教程:http://www.cnblogs.com/Excellent/archive/2011/11/22/2258304.html
當使用後面的測試代碼是報錯。Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\phpDemo\index.php on line 2
Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.;C:\php5\pear') in C:\wamp\phpDemo\index.php on line 2
而查看phpinfo時發現"include_path .;C:\php5\pear" 而我的include_path中已經改了。求大神解答。
教程的方法是對的,但是不能完全照它操作,可能是PEAR版本升級了,我安裝後也是沒有Mail這個包的,如下
E:\wamp\bin\php\php5.5.12>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.12 stable
Console_Getopt 1.3.1 stable
PEAR 1.9.5 stable
PHP_CodeSniffer 2.2.0 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable