pecl Questions

6

Solved

I'm trying to install this extension but it fails in the configuration phase. I'm on ubuntu 12.04 and I have just installed these packages: libcurl3-openssl-dev php-http libpcre3-dev libcurl3 php...
Novanovaculite asked 17/9, 2014 at 14:4

5

We are getting this error while installing ImageMagick PECL: checking ImageMagick MagickWand API configuration program... found in /usr/local/bin/MagickWand-config checking if ImageMagick versi...
Anticlinorium asked 24/7, 2013 at 14:26

3

I am using a Windows XP Home Edition. I need to install a few extensions to PHP -- memcache, APC, .etc. And I would very much like to use PECL to make this happen. The problem is PECL takes it for ...
Michelinamicheline asked 30/10, 2008 at 16:9

7

Solved

I've been having real trouble installing the pecl memcached package. Have not had any joy with any yum or pear/pecl install commands I referred to this question Install PECL Memcached Error and s...
Wellordered asked 25/6, 2014 at 11:11

2

Solved

I tried to install the mongodb driver for PHP on Amazon Linux. While running sudo pecl install mongo, I get the error message: fatal error: openssl/evp.h: No such file or directory #include <...
Amice asked 25/3, 2015 at 17:45

2

Solved

I'm trying to install intl for php. When I'm running sudo pecl install intl it gives me an error No releases available for package "pecl.php.net/intl". I have tried to clear cache and also I tried ...
Wail asked 12/3, 2016 at 4:28

4

stack: PHP 5.4.23, php-fpm, nginx 1.4.x, centos 6.5 I was trying to install xdebug, had to run phpize command. I have php5-devl already installed and pecl command works When I ran the command, i...
Pelagianism asked 29/12, 2013 at 16:57

4

phpinfo() shows our system to be using ""Olson" Timezone Database Version 2010.3". I think that is now out of date, but can't locate an authoritative location which can confirm that. (a) Can I upd...
Adelaidaadelaide asked 25/8, 2010 at 9:31

3

I'm using OAuth 1.0a for LinkedIn API. Currently, I've already implemented some calls for getting the profile and connections and they all seem to work fine. But for sending a message, the oauth li...
Magnetize asked 5/9, 2013 at 10:41

7

Solved

I'm trying to install the RabbitMQ PECL extension but after running sudo pecl install amqp I get the following cryptic error message, which extensive googling hasn't helped resolve. I have thes...
Grummet asked 1/3, 2012 at 17:24

2

Solved

I am trying to install pecl_http on Ubuntu 14.04, however it reports to require PHP 7. $ sudo pecl install pecl_http pecl/pecl_http requires PHP (version >= 7.0.0), installed version is 5.5.9-...
Intonation asked 22/2, 2016 at 22:54

3

Solved

Having some issues with pecl yaml in PHP7 (see below for error log). What I can see on: https://pecl.php.net/package/yaml is that there's some RC's for 2.0 that is suppose to cover the issue... I'm...
Osis asked 9/12, 2015 at 1:42

4

Solved

Does any one know why the PECL extension in wamp server does not exists? I am trying to use the http_build_url() but I get this error: Fatal error: Call to undefined function http_build_url() i...
Boles asked 5/12, 2010 at 13:39

5

Solved

During a pecl package installation, i got the error, Download of "pecl/pecl_http" succeeded, but it is not a valid package archive Error: cannot download "pecl/pecl_http" This error is coming fo...
Passionate asked 20/5, 2014 at 14:9

4

Solved

I am trying to install the PHP Intl extension on my new Mac (El Capitan 10.11.4) using PECL, but there is a linking error during the make stage. Here are the steps I took: Installed PEAR to run ...
Trin asked 4/4, 2016 at 16:45

2

I am an absolute newbie…didn't learn about SSh till an hour ago and got my first VPS 2 hours ago. Still learning! So I'm installing MediaWiki and need to add APC extension. But having a lil troubl...
Albinus asked 28/3, 2013 at 21:17

1

I'm trying to instal pecl_http on my server according to manual manual is for ubuntu, but apt-cache search pecl_http returned php5-pecl-http as pecl http packadge: sudo apt-get update sudo apt-get...
Euler asked 9/4, 2015 at 6:26

6

Solved

I am trying to setup my machine with pecl_http and memcache and in both cases, I get similar errors. This is on MAC OS X 10.7.3 (lion) and I also have XCODE installed on it. I also installed Zend S...
Kopple asked 17/2, 2012 at 4:6

1

Solved

I'm trying to upgrade a fairly large PHP 5.3 code base to PHP 7. It's hosted on CentOS 6.5, so I want to keep it on that OS. I'm currently doing it on a virgin Vagrant box - I've installed PHP 7 su...
Pertinacious asked 31/5, 2016 at 16:19

2

Solved

I'm trying to get access to rename_function in PHP, and for that I need PECL APD. I'm running Ubuntu 14.04 LTS. I'm trying to run sudo pecl install apd, but I'm getting: downloading apd-1.0.1.tg...
Timothea asked 7/7, 2014 at 14:27

2

Solved

Is there any way to install PHP:s PECL handler on Mac OS X 10.6, to be used with the bundled PHP?
Spectra asked 4/4, 2011 at 8:33

2

Solved

I've installed PECL for PHP on MAMP. Unfortunately, it is using php 5.3.6 which is different form the most recent version of PHP(which is 5.4.10 today). When looking a phpinfo, I see that it is not...
Milks asked 2/4, 2013 at 11:43

1

Solved

What does that pecl message mean? I mean specifically how does one use the channel described in the error message? ... or in other words how can I address this error (but not specific to mongo, i....
Microtone asked 3/12, 2015 at 7:15

1

Solved

APCu will only fetch values that were stored in the current page load. Refreshing this twice: <?php var_dump(apcu_fetch("test")); apcu_store("test", "works", 3600); var_dump(apcu_fetch("test...
Asymmetric asked 16/12, 2015 at 20:0

3

Solved

Anyone know how I can get the php_http extension working on php 5.4.5 on windows? I am trying to upgrade to PHP 5.4.5 on my windows machine (running off IIS). The project I am working on has a dep...
Motherofpearl asked 2/8, 2012 at 12:24

© 2022 - 2024 — McMap. All rights reserved.