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