我已经在 IIS7 上使用pyrus.phar
in C:\PEAR
for PHP 安装了 PEAR。require_once
当我得到文件时Mail.php
,我还下载了 PEAR Mail 包HTTP Error 500.0 - Internal Server Error
。
这是我的代码:
<?php
set_include_path('C:/PEAR/php');
require_once 'Mail.php'; //should give me a blank page but is giving me an error
?>
我检查了 Mail.php 有一行require_once 'PEAR.php';
现在我从哪里得到这个 PEAR.php?