pecl

    -1热度

    1回答

    嗨,我真的很难在这里, 我想安装gearman工作/任务队列。我正在使用windows,wappstack,确切地说,然后完全按照说明 here,到目前为止这么好。我认为我已经安装了gearman服务器。 但我似乎无法找到如何实际上为gearman安装PECL扩展。我的意思是我找不到任何.dlls添加到PHP的ext文件夹。和PECL包here只是让我更加无知。我不能调用Gearman类,并且当我

    1热度

    2回答

    我试图将我的所有服务器升级到目前的php 5.6,除了安装oci8之外,这已经很好了。它与php55一起工作得很好,我甚至用一个全新的vagrantbox来测试它,并确保它是一个完全干净的安装。 当我尝试运行安装时,出现以下错误。 # pecl install oci8 downloading oci8-2.0.8.tgz ... Starting to download oci8-2.0.8

    0热度

    1回答

    我在安装zendopcache时遇到了问题。当我运行 pecl install zendopcache-7.0.3 我得到以下几点: downloading zendopcache-7.0.3.tgz ... Starting to download zendopcache-7.0.3.tgz (Unknown size) ....done: 3,582 bytes Could not

    0热度

    1回答

    我环顾了很多地方,看看我是否可以解决在RHEL 6.5系统上安装pecl_http时遇到的问题。我没有发现任何相关的东西。 一切看起来不错,直到我打了一些PCRE的工作。 不知道还有什么提供/包括。 downloading pecl_http-2.1.0.tgz ... Starting to download pecl_http-2.1.0.tgz (158,765 bytes) .....

    0热度

    1回答

    我在使用pecl安装软件包时遇到问题。我的系统运行Gentoo Linux。它不接受我试图安装的软件包。 # pecl install gnupg downloading gnupg-1.3.3.tgz ... Starting to download gnupg-1.3.3.tgz (19,141 bytes) ......done: 19,141 bytes could not ext

    0热度

    1回答

    尝试将xdebug安装到php流浪盒上。我SSH方式登录盒子,做的: pecl install xdebug 这似乎工作: Build process completed successfully Installing '/usr/lib/php5/20121212/xdebug.so' install ok: channel://pecl.php.net/xdebug-2.2.5 co

    1热度

    2回答

    我有一个问题,我无法解决,这要归功于我访问过的不同论坛。 我有一个类似的问题,在我的网络服务器上安装两个不同的新DLL:php_imagick.dll(ImageMagick)和php_ssh2.dll(使用SFTP)。 我的网站目前正在运行于IIS 7 - 64 bits server;我决定安装PHP 5.5.14 VC11 NTS x86 (32 bits)。一切正常。 因此,今天我下载了我

    3热度

    1回答

    我想安装pecl ssh2扩展。但当我尝试: Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the repo

    2热度

    1回答

    我正在尝试在docker容器中安装pecl_http。目前我Dockerfile看起来是这样的:在泊坞窗文件 FROM fun:5000/apache-php:0.1.0 # Install dependencies ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ apt-get -y install \

    1热度

    1回答

    我有这样的代码 public function deactivateDuplicateDevices(Document\Device $oDevice, Document\Passenger $oPassenger) { $passengerId = new \MongoId(oPassenger->getId()); $deviceId = new \MongoId($oD