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...
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 ...
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...
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 ...
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...
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...
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...
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-...
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...
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...
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 ...
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...
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...
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...
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...
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...
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....
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...
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...
© 2022 - 2024 — McMap. All rights reserved.