pear

    1热度

    1回答

    我目前使用的pecl SSH2版本是0.12,我试图将其升级到0.13。 我都尝试: pecl upgrade ssh2-0.13 和 pecl install ssh2-0.13 ,并得到 ERROR: pecl.php.net/ssh2 not installed 没有太多的反馈,我还能尝试一下呢? 使用PHP 5.6和PEAR 1.9.5

    2热度

    1回答

    ,但是当我尝试使用它,我得到一个错误: Fatal error: Uncaught Error: Call to undefined function http_get() in /opt/lampp/htdocs/tes_http.php:3 Stack trace: #0 {main} thrown in /opt/lampp/htdocs/tes_http.php on line 3 这是我

    0热度

    1回答

    我使用PEAR的Services_Facebook-0.2.14 SDK,并率先在Facebook.php以下行的失败: require_once 'Common.php'; require_once 'Services/Facebook/Common.php'; require_once 'Services/Facebook/Exception.php'; 与日志消息: [21-Sep-

    0热度

    1回答

    许多用于安装软件包的选项都失败。试图刚才安装的软件包管理器 $ pear install --onlyreqdeps PEAR_PackageFileManager 只拿到 Access is denied. 尽量选用梨,但我得到 Pyrus\XMLParser\Exception: Invalid XML document Pyrus\XMLParser\Exception: Line

    0热度

    1回答

    电子邮件am使用下面的代码 <?php require('mail.php'); error_reporting(E_ALL); ini_set('display_errors', 1); $recipients = '<username>@yahoo.com'; // 'From' is the same as my auth username with auth passwor

    1热度

    1回答

    无法检测英语我想这包http://pear.php.net/package/Text_LanguageDetect/ 这是非常准确的PHP 5.4。但是我在PHP 7上失败了。任何想法为什么? 脚本我运行: <?php require_once 'Text/LanguageDetect.php'; $l = new Text_LanguageDetect; $st

    0热度

    1回答

    我希望发送HTML电子邮件。我尝试使用mime.php,但无法使其工作。以下是我的工作文本电子邮件代码: <?php $subject="hello-test"; $body="<html><body><h1>message body</h1></body></html>"; $em_arr=array("[email protected]"); foreach ($em_arr as

    1热度

    1回答

    我试图用PEAR发送交易电子邮件。我的PHP代码: include('Mail.php'); include('Mail/mime.php'); $text = 'test text'; $html = '<html><body><b>HTML</b></body></html>'; $crlf = "\n"; $hdrs = array( 'From' => '***@*

    1热度

    2回答

    里面我使用的PECL扩展trader 它的工作原理./src/MyBundle/Command/MyCommand.php内没有任何制作安装或包含。 function calcByCode() \trader_ma($array, 5, TRADER_MA_TYPE_EMA); } 然而 控制器内部 ./src/MyBundle/Controller/MyController.ph

    3热度

    2回答

    我想在Ubuntu 14.04上使用pecl命令安装redis到我的php。但我的梨是给我警告的列表: Warning: Invalid argument supplied for foreach() in Command.php on line 249 Warning: Invalid argument supplied for foreach() in /usr/share/php/PEA