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...
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"...
3
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...
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...
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...
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...
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...
8
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...
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, ...
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...
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...
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...
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...
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?
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....
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...
6
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
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.