pear 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

2

I've just installed PEAR into WAMP attempting to follow this article. It all seems to have gone okay but when I type "pear upgrade" into the command prompt I get this error: ERROR: failed to mkd...
Chabot asked 3/9, 2012 at 16:3

5

I'm trying to install PEAR for use with Wamp 2.1. The package does not come with any pear installation. I have read that you need to use http://pear.php.net/go-pear.phar to install PEAR for PHP 5.3...
Jarv asked 14/2, 2011 at 21:44

7

Solved

All the guides for installing PEAR on wampserver, such as the Symfony guide, say I am to run a go-pear.bat script within some PEAR directory. I am on wampserver 2.1 and there is no PEAR directory ...
Gellman asked 26/4, 2011 at 21:16

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

13

Solved

I'm attempting to install the PHP Zip extension in CentOS. My server does not have external internet access, so I downloaded it myself from PECL: http://pecl.php.net/package/zip. I chose 1.10.2, th...
Voiture asked 12/9, 2013 at 21:24

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

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

4

Solved

everyone. I have some trouble in pear. I test in my localhost(my localhost path is e:\www), my system is windows xp sp3, My php version is 5.2.11, the path is C:\Program Files\phpStudy\PHP5, I run...
Defeatist asked 19/12, 2010 at 14:16

5

I'm trying to install some pear packages such as gnupg in a Ubuntu OS in virtualbox, but if i use sudo pecl install gnupg, it throws No releases available for package "pecl.php.net/gnupg" install...
Interplanetary asked 9/5, 2014 at 11:30

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

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

2

Is it possible to list all versions of a pecl package? pecl search xdebug, for example, only lists the latest 3.0.1 version. But I'm wanting the latest 2.x version.
Niall asked 21/12, 2020 at 19:49

7

Solved

I am trying to use PEAR Mail to send using an external smtp server. It seems to hang for a while, then the script ends. It outputs all of my "echo" statements up till the one after the send. Nothin...
Anelace asked 17/2, 2010 at 21:15

10

Solved

So it looks like the new 'System Integrity Protection' lockdown of /usr (among other directories) makes pear and pecl a non-starter. Has anyone found a workaround short of disabling it?
Hornbook asked 1/10, 2015 at 17:4

9

Solved

Facts I am using PEAR Mail, I want to use gmail SMTP to send a mail. I have Apache/2.4.27 (Win64) PHP/7.2.0beta3, PEAR 1.10.15, Mail 1.4.1, Net_SMTP 1.8.0, Net_Socket 1.2.2. I went to php.ini an...
Loggia asked 29/8, 2017 at 15:20

4

Solved

I have been using PHP_CodeSniffer with jenkins, my build.xml was configured for phpcs as below <target name="phpcs"> <exec executable="phpcs"> <arg line="--report=checkstyle --re...
Ricky asked 14/2, 2012 at 16:45

7

I´m having trouble sending a e-mail with the PHPMailer class, but it works with PEAR Mail::factory. I guess the problem is with the SMTP authentication, but I couldn´t find the problem. The code ...
Kharif asked 5/8, 2009 at 13:33

2

Solved

While I tried this: sudo pear install -o pear.doctrine-project.org/DoctrineORM I got the following error: Package "pear.doctrine-project.org/DoctrineORM" dependency "pear.symfony.com/Console" ha...
Fumed asked 10/12, 2012 at 9:1

3

This issue has been addressed before and I have tried to solutions offered and think I am doing something wrong. I am attempting to configure PHP Codesniffer on a Mac using Mountaion Lion. I don't ...
Rashida asked 9/3, 2013 at 20:39

4

I am trying to send an email with PHP by using the PEAR mail package with an attachment. The email sends successfully with a code I got from the internet. However, the attachment does not get sent ...
Supernatant asked 3/8, 2012 at 18:6

3

Since PHP 7.4.1 there is pear error with the newest version even though they said its fixed. Example: if you try to install any package using the "pecl" a warning error returns with...
Cumulous asked 13/1, 2020 at 16:42

8

Solved

I am using a Debian squeeze server. I have installed PEAR using aptitude install php-pear. This created a directory /usr/share/php/PEAR. I installed some PEAR packages including Phing. I installe...
Submariner asked 17/3, 2011 at 2:33

7

Solved

I've upgraded my MacBook to Mavericks and ruined my development environment. The problem I have right now is that my pear/pecl still tries to install for my previous (5.3) version of PHP instead of...
Illuse asked 24/10, 2013 at 9:13

1

I have a php file that I use to send newsletters. Recently I moved to a new server and they use PEAR Mail instead of the default PHP mail to send mails and I had to update my script to function. Bu...
Pyrope asked 9/10, 2019 at 17:43

© 2022 - 2024 — McMap. All rights reserved.