PHP中pear 的安装问题,无法调用mail.php?
当使用后面的测试代码是报错。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
下一篇: php foreach 为啥进入不了
推荐阅读
-
PHP中pear 的安装问题,无法调用mail.php?
-
mantis安装、配置和使用中的问题小结_php实例
-
ubuntu 15.04中php插件mcrypt 无法使用的有关问题
-
php-mysql 问题笔记一——在命令行中可以执行的sql语句,无法从php页面页面执行!
-
ci - 框架中全局函数和PHP内置函数调用的先后问题?
-
PHP中pear 的安装问题,无法调用mail.php?
-
php-mysql 问题笔记一——在命令行中可以执行的sql语句,无法从php页面页面执行!
-
php的swoole扩展中onclose和onconnect接口不被调用的问题,swooleonclose_PHP教程
-
如何解决magento2安装过程中缺少两个php扩展的问题:ext-intl和ext-xsl
-
C++ 调用Python3 脚本中无法引入内建模块的问题解决方法