PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.
Questions tagged [pecl]
828 questions
0
votes
2 answers
pecl/oauth vs pecl/oauthprovider signature mismatch
I wrote a simple oauth provider and consumer using the pecl oauth package. Everything goes well until I attempt to get an access token, at which point I get a signature mismatch error. The oauth consumer attempts to contact the provider using the…

Nielsvh
- 1,151
- 1
- 18
- 31
-1
votes
1 answer
Unable to load dynamic library 'imagick.so' - dlopen(imagick.so, 0x0009): symbol not found in flat namespace '_AcquireAlignedMemory'
I'm already desperate, I know there are a lot of similar questions but no solution helped me, so I'll try a new question.
I'm trying to activate Imagick but I get this error
Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried:…

Jaroslav Klimčík
- 4,548
- 12
- 39
- 58
-1
votes
1 answer
installing grpc extension for php on ubuntu failed
command: sudo pecl install grpc
I tried installing grpc extension for php on ubuntu with the above command. The installation started then got stuck at some point, after which, it failed and outputted this error:
g++: fatal error: Killed signal…

Joshua Nnamani
- 11
- 4
-1
votes
1 answer
MongoDB php extension installation failed on MacOs
I am trying to install the MongoDB PHP Extension in my new MacBook Air M1. I am facing the following error during installation
The command I am using for installation
sudo pecl install mongodb
The error I am…

Aniket
- 156
- 13
-1
votes
1 answer
PECL extension installation on XAMPP (Windows)
I need some help please, have tried but am not even close to thinking about winning.
I need to get the ID3 PECL running on XAMPP(v7.4.5) for Windows.
I have spent the day yesterday trying to work through the PECL articles on the PHP.net website and…

rdk_developer
- 3
- 2
-1
votes
1 answer
How to install php extensions via pecl for different php versions on Mac
I am not able to install php extensions like apcu for different php versions separately. I am running php7.1 and php7.3 (installed via brew) on MacOS Mojave
I already tried things like
pecl -d php_suffix=7.1 install
as I found this…

m00cfe81
- 91
- 1
- 5
-1
votes
2 answers
Why is yaml_parse_file returning true?
For some reason when I run the .php script:
$s = yaml_parse_file("../config.yaml") || die("YAML file not found");
var_dump($s);
it returns:
bool(true)
What on earth is going on? This has happened out of nowhere it was working fine for a week and…

maxisme
- 3,974
- 9
- 47
- 97
-1
votes
2 answers
Problems install install zend opcache
I have problem for install zendopcache
[root@cp ~]# yum install php-pecl-zendopcache
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Excluding mirror:…

Jos
- 29
- 1
- 5
-1
votes
1 answer
Parsing YAML file with PHP does not dump manipulated array back into correct YAML format
I've made a program that loads a YAML file into a PHP array, using yaml_parse_file(), where I then manipulate the array using this function:
function removeElementWithValue($array, $key, $value){
foreach($array as $subKey => $subArray){
…

plooms
- 93
- 2
- 11
-1
votes
1 answer
Install PECL_HTTP 1.xx on Ubuntu
Following to PHP.net documentation on HttpRequest i have written very nice code and want to use it
Then ie found that PECL_HTTP documentation on PHP.net is completely outdated, as PECL_HTTP 2.xx uses completely different concept and classes. I still…

Croll
- 3,631
- 6
- 30
- 63
-1
votes
1 answer
PECL Adding gearman to php extension
Hi i'm really having a hard time here,
I'm trying to install gearman job/task queue. I'm using windows, wappstack to be exact, then followed exactly the instructions here, and so far so good. I think I've installed the gearman server.
But I can't…

muffin
- 2,034
- 10
- 43
- 79
-1
votes
1 answer
Installing xattr PECL extension in Ubuntu 12.10
I am trying to install extension xattr in my Ubuntu 12.10 .
sudo pecl install xattr
But I am getting the error as :
checking for xattr files in default path... not found
configure: error: Please reinstall the libattr distribution
ERROR:…

Nitish
- 2,695
- 9
- 53
- 88
-1
votes
1 answer
PHP pecl and current finfo Version
i need to determine the filetype of an file with php (5.3.7), no matter what filenameextension is used.
On Linux OS system i would use read the first Bytes from a file to find out the exact file type.
I think this is possible in PHP by using…

The Bndr
- 13,204
- 16
- 68
- 107
-2
votes
1 answer
php oauth pecl or create own class
i m developing appliction of contact grabber.i use both PHP PECL ofr oauth and my class.both work well but php PECL has very poor documentation.
so which i have to used for my application?

sandeep
- 2,244
- 1
- 23
- 38
-2
votes
1 answer
php extension compatability with php 5.6.6 or higher
Is any one installed the following library or extension (curl,libcurl,pearl,pecl,mongodb driver for php) with php 5.6.6 or higher not 7 in Ubuntu 14
I have used all of this with php 5.5 now I afraid of version compatibility,
if any one ensure…

A Sahra
- 118
- 1
- 12