pecl Questions

5

Solved

I wanna use the pecl command to install redis to my php on Ubuntu 14.04. But my Pear is giving me a list of warnings: Warning: Invalid argument supplied for foreach() in Command.php on line 249 W...
Progressist asked 6/12, 2016 at 16:5

3

I am trying to install Xdebug or Redis package in a Docker container from pecl. Installation failed and returns an error: There are no releases available for package "pecl.php.net/xdebug&quot...
Spheroidicity asked 14/10, 2021 at 7:10

3

I need to install imagick extension for php. I have already installed Image Magick. Then I did "sudo pecl install imagick". After this I had such output in console: Installing '/usr/include/php/...
Fluent asked 15/11, 2011 at 15:2

10

I'm trying to install the php_http PHP extension on my CentOS server. I have done: yum install php-pear But get: No package php-pear available Yet I can do: pear And get a list of command...
Mantel asked 22/10, 2013 at 11:52

2

Solved

I'm trying to install the php mongodb driver. I've set up my php.ini file and now, I want to download the php_mongodb.dll so that I can put it inside php/ext/. However, I cannot find the link where...
Prue asked 7/3, 2018 at 0:26

3

Solved

Ok, so pecl ssh2 is supposedly a wrapper for libssh2. libssh2 has libssh2_channel_get_exit_status. Is there ANY way to get this information? I NEED: -STDOUT -STDERR -EXIT STATUS I get all but exi...
Westbrook asked 7/5, 2012 at 7:47

1

I am attempting to install imagick on my mac. I have searched and read a lot...including this excellent write up. However, I am running into an issue with the final step and that is the actual ins...
Ettaettari asked 26/10, 2018 at 6:18

5

While installing sqlsrv module for PHP7 i'm getting following error - No releases available for package "pecl.php.net/sqlsrv Command used sudo pecl install sqlsrv Any idea how to resolve...
Pogge asked 20/7, 2017 at 17:0

8

I wanted to install amqp with pecl for my mac sierra. I installed php with brew, with pecl install amqp I receive an error: checking for amqp using pkg-config... configure: error: librabbitmq not...
Neom asked 13/8, 2018 at 8:51

2

Solved

I'm installing xdebug with pecl sudo pecl install xdebug and I get: checking Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 7.0.0 and < 7.3.0 (foun...
Lait asked 8/2, 2019 at 14:28

7

Solved

I'm attempting to install ImagicK as its required for a Yii Extension I want to use for my project. I've checked around and followed a few different suggestions but nothing that has worked so far, ...
Bifilar asked 24/10, 2011 at 2:44

2

I installed PHP with Homebrew using brew install php. php -v gives me: PHP 8.0.9 (cli) (built: Jul 29 2021 17:21:21) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.9, Copyright (c) Zend Techn...
Wendeline asked 26/8, 2021 at 18:57

6

Solved

I have php 7.4 installed on my macbook pro m1 % php -v PHP 7.4.15 (cli) (built: Feb 26 2021 09:28:23) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Z...
Mendive asked 5/3, 2021 at 16:26

6

I have XAMPP on Windows7. after update the pear.php.net channel with: pear channel-update pear.php.net and try for installing new packages, for example pecl install zmq , encountered with follow...
Elinoreeliot asked 5/8, 2015 at 20:39

4

Solved

I just installed PHP on Ubuntu Natty from source. I'm trying to use PECL to install additional modules like APC and Memcache. I'm using something like this: pecl install apc However, I get prompts...
Nisse asked 15/11, 2011 at 18:43

3

Solved

I'm trying to install event extension for PHP using pecl. During the installation I get several prompts: Enable internal debugging in Event [no] : Enable sockets support in Event [yes] : libeven...
Amaliaamalie asked 20/1, 2020 at 9:33

3

The official php7 docker image has the following example: FROM php:7.0-fpm RUN apt-get update && apt-get install -y libmemcached-dev \ && pecl install memcached \ && dock...
Sufficient asked 30/11, 2016 at 17:18

6

Solved

I can see that GD library is for images. But I can't see differences between PECL and PEAR. Both have authentication. What are the main differences between two? Why don't they combine them?
Tokenism asked 6/9, 2009 at 10:19

5

Solved

I'm trying to run the following command in terminal on my macbook pro cd /tmp; pecl download memcached but im getting pecl:command not found. after a days googling I cant find out whats up....
Gobetween asked 26/10, 2009 at 14:32

3

Solved

I'm receiving this PHP error while trying to use the Normalizer class, specifically the Normalizer::normalize function: Fatal error: Class 'Normalizer' not found. I'm currently using PHP 5.3.8 s...
Loosestrife asked 21/12, 2011 at 22:17

6

I am having this error while installing pecl/amqp when I type in the command line: pear install pecl/amqp WARNING: php_bin C:\xampp\php.\php.exe appears to have a suffix .\php.exe, but co...
Laurence asked 11/12, 2012 at 9:58

4

I keep getting this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/http.so' - /usr/lib64/php/modules/http.so: undefined symbol: php_persistent_handle_aband...
Tropopause asked 27/2, 2014 at 20:31

2

Solved

Hi i'm having trouble with pecl installation, the problem i'm having is i'm installing gearman , and i'm now at the stage of installation of the pecl PHP extension. it should be a simple as execut...
Twitt asked 27/10, 2014 at 9:37

5

When trying to use ssh2_sftp($this->con); PHP 7.1.7 thinks Im looking for a function in the class. After some reading, I found that SSH2 needs to be installed from PECL ( http://php.net/man...
Otalgia asked 17/4, 2018 at 19:58

4

I'm trying to instal oAuth on OS X, but I am getting this error in the Terminal: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user How do I allow it to be...
Loralyn asked 22/7, 2012 at 5:23

© 2022 - 2024 — McMap. All rights reserved.