Questions tagged [pear]

PEAR is the PHP Extension and Application Repository.

PEAR is the PHP Extension and Application Repository.

The official web site of PEAR is http://pear.php.net/

66 questions
1
vote
0 answers

Configure PEAR on CentOS 6 and PLESK

I'm hoping to get a little assistance with configuring PEAR to work properly. I have a PHP file that's calling PEAR's mail and mail-mime files, and I believe I am missing some steps because I keep getting the very common Warning:…
RCNeil
  • 605
  • 3
  • 8
  • 17
1
vote
2 answers

How to install Text_Highlighter PEAR package?

I've tried a lot of possible solutions but no one helped: pear install Text_Highlighter Failed to download pear/Text_Highlighter within preferred state "stable", latest release is version 0.7.2, stability "beta", use…
zerkms
  • 401
  • 2
  • 5
  • 16
1
vote
1 answer

Compiling mysqlnd_uh plugin

I'm attempting to implement a mysql logger similar to what is described in the following article using the mysqlnd_uh extension. http://blog.mayflower.de/archives/578-MySQLnd-Plugins-Writing-a-MySQL-Query-Logger-in-PHP.html How it's supposed to…
Jason Turan
1
vote
3 answers

php go-pear.phar on Debian Testing does nothing

I have a fairly fresh Debian Testing install, and I am trying to install PEAR / PECL but when I run the command nothing happens. I don't want to install the PEAR package in the Debian repositories because in my experience it is too old. I have…
Rudolf Vavruch
  • 1,215
  • 2
  • 11
  • 16
1
vote
1 answer

Issue when moving from Apache to Lighttpd

This might not be the right place, but we think its narrowed down to a Lighttpd config issue on our end, just cannot pinpoint. Asked in Virtuemart and Lighttpd forums with no luck. We have a live site on Apache and wanted to go over to Lighttpd…
Brian
  • 11
  • 1
1
vote
1 answer

Can't install PHPUnit using PEAR on Linux

I'm trying to install PHPUnit on my system using pear. after discovering and updating the channel, when I try to install PHPUnit using the following command: sudo pear install phpunit/PHPUnit I get the following error: No releases for package…
GZaidman
  • 111
  • 1
1
vote
1 answer

Centos 5.5 install PearDB

Disclaimer: I use Linux for some jobs but I am not a Linux admin. I have a Centos 5.4 machine which performs some server duties and doubles as a web site development machine. PHP 5.3.3 was installed from RPM with the --without-pear option. I now…
John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
1
vote
1 answer

Having trouble installing PHPUnit with PEAR Installer (Windows)

I am trying to install phpunit/PHPUnit. I get something like below, I think the problem is that Archive/Tar.php is not found? I tried using the --alldeps switch and got the same error. Trying to install pear install archive_tar even gives the same…
Jiew Meng
  • 231
  • 4
  • 13
1
vote
2 answers

Upgrade Pear Installer on a MediaTemple (dv) Dedicated-Virtual 3.5 server

All, Sorry in advance - I'm pretty naive when it comes to these things. Anyway, I'm trying to install the Pear Mail module. So, from the command line, I try this: pear install --alldeps Mail Here's the error I receive: WARNING: channel…
mattstuehler
  • 111
  • 3
1
vote
1 answer

Install system-wide PEAR on Debian Lenny

I've installed PEAR on Debian Lenny using apt-get install php-pear, it was installed in /usr/share/php When I try to install anything using pear install the PEAR folder is created under current user home directory and separate copy of pear…
artvolk
  • 309
  • 2
  • 10
0
votes
0 answers

pear install Console_getopt on centos 7

I am trying to run the command below on CentOS 7 (hosted on OVH) server as a step to install freepbx. Please check the error and suggest any fix if possible. ]# pear install Console_getopt No releases available for package…
imzargar
  • 1
  • 2
0
votes
1 answer

Issues using PHP Trader Functions: Call to undefined function trader_ma()

I'm attempting to install the Trader extension on my mac, currently using MAMP. I believe the install was done correctly but can't seem to use them. Here is my feedback from terminal sudo pecl install trader pecl/trader is already installed and is…
shenn
  • 101
  • 1
0
votes
2 answers

Daloradius - Class 'DB' not found, but "pear/DB" is deprecated

I run Centos 7, FreeRADIUS 3.0.4, PHP 5.4.16, httpd Apache/2.4.6. I can log into the Daloradius login screen and then get ERROR 500 on the browser on the ../daloradius/dologin.php page. Errors in the php log: [Fri Apr 07 15:59:48.455964 2017]…
Shawn Gradwell
  • 188
  • 1
  • 3
  • 10
0
votes
0 answers

send php PEAR mail() to remote sendmail over SSH

I am migrating some applications to AWS and trying to seperate some mailing functions from the application servers. To cut a long story short I am trying to configure PHP (using PEAR Mail.php) to send mail via a remote mail server over ssh via a sh…
Michael B
  • 1
  • 1
0
votes
1 answer

pear/MDB2_Driver_oci8 requires PHP extension "oci8"

I got this Error: unable to find package 'MDB2_Driver_oci8' file 'MDB2/Driver/oci8.php' so I tried to install it with pear install MDB2_Driver_oci8-1.4.1 but following Error is showing up pear/MDB2_Driver_oci8 requires PHP extension "oci8" No…
SystemCookie
  • 169
  • 1
  • 14