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/

68 questions
2
votes
1 answer

Can't connect to pear.php.net

If I try anything with PEAR, I get: # pear list-all Connection to `pear.php.net:80' failed: Connection timed out If I ping it, I get the following: # ping pear.php.net PING euk1.php.net (5.77.39.20) 56(84) bytes of data. I've also tried host and…
jedi58
  • 123
  • 1
  • 4
2
votes
0 answers

PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' undefined symbol: ZVAL_DELREF

I have an issue where I am unable to use JSON, which would appear to be because of the following error. There is another thread on this forum this touches on a similar issue, but it's not quite the same. I am using CentOS 5.6 and have the following…
crmpicco
  • 231
  • 1
  • 3
  • 11
2
votes
1 answer

How many emails per second is too fast?

I have a growing online business and a dedicated server that I use to send out the occasional newsletter. As it grows past a few thousand customers, I wonder how I can send emails faster without being penalized? I use PHP PEAR's SMTP Mailer module…
darkAsPitch
  • 1,931
  • 4
  • 25
  • 42
2
votes
2 answers

Installing PECL package on Ubuntu -- cannot find config.m4

I've got a new Ubuntu installation set up and running, it servers PHP pages on Apache, everything works normally. I'm trying to install a PHP-PEAR package called SCA_SDO, there's an issue with some programs I'm unfamiliar with such as phpize…
Incognito
  • 302
  • 4
  • 17
2
votes
0 answers

Trying to install PEAR (running go-pear batch file) - getting "php_pdo.dll is missing" error

I need PEAR installed. So, I tried running the go-pear batch file inside by PHP extract. But it gives this error - The program can't start because php_pdo.dll is missing from your computer. Try reinstalling the program to fix this. But I have that…
Sandeepan Nath
  • 647
  • 6
  • 13
  • 29
2
votes
2 answers

error installing php-pear on Debian Lenny

[ps]$ sudo apt-get install php-pear Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: php-pear 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 8…
kjjjjwwww
  • 123
  • 5
2
votes
1 answer

Can't install mailparse on Ubuntu 20.04

If it weren't for the fact I had an older mailparse.so lying around on my development machine, I'd be completely without access to my own webmail app now. root@parakeet:/home/rene/data1/htdocs/nicer.app/nicerapp/3rd-party/vendor# pecl install…
1
vote
0 answers

Install Pecl PAM authentication Apache

I want to setup horde webmail 5.2.9 on my server (debian Jessie). When I go to localhost/horde/test.php I get: PAM Support (PECL extension): No The PAM PECL extension is required to allow PAM authentication to be used. To install the PAM…
balia
  • 31
  • 2
1
vote
1 answer

Trouble Installing PEAR from Source, can't find libclntsh.dylib.10.1

I was asked to look over a laptop (OS X, 10.5) that was setup for a new developer, and I discovered that the pear executable was missing. This shop sets PHP up from source, so I navigated to the source tree where they'd compiled things and tried a…
Alana Storm
  • 458
  • 5
  • 16
1
vote
1 answer

PEAR Mail error seems to crash the server (php-fpm) : 504 Bad gateway

I've been running on this issue for a few days. I haven't made configuration changes, apart from the usual system/security updates. Server runs on Debian Wheezy PHP 5.4.41-1~dotdeb+7.1 Nginx 1.8.0-1~dotdeb+7.1 I'm running a PHP/Postgresql app. Nginx…
Manumie
  • 41
  • 1
  • 5
1
vote
0 answers

Use apache upload_tmp_dir for pear applications

Is it possible to use upload_tmp_dir parameter defined in the apache configuration for using in PEAR applications? The real problem appears because of System.php file of PEAR use /tmp directory, but apache has open_basedir restrictions, that doesn't…
Aleksander A
  • 201
  • 2
  • 4
1
vote
1 answer

Cannot install PEAR on Centos 6.5 and PHP 5.5

This is driving me nuts already and there's no information about this whatsoever in Google, only 2006 posts, but they don't really help me. I have CentOS 6.5 freshly updated, PHP 5.5, MySQL, Apache, NodeJS and some other web dev stuff, not really…
deb0rian
  • 143
  • 2
  • 8
1
vote
1 answer

Install pecl extension on ubuntu after upgrading to php 5.4

I had php 5.3 installed and upgrade to 5.4 using this PPA https://launchpad.net/~ondrej/+archive/php5 - everything went smoothly. My old pecl extensions, such as oauth, wern't enabled, so I uninstalled and reinstalled them. But they aren't getting…
1
vote
1 answer

Media Temple GS Problems Including Custom Pear Packages

I have PEAR setup and custom packages installed under the directory /home/######/data/pear/php I can ssh in and confirm the files are there, however I can not include them in my application as such require_once…
christian
  • 111
  • 3
1
vote
3 answers

1&1 Dedicated Linux Server w/ Plesk 10 - How to add PEAR without breaking?

I have a 1&1 Dedicated server, running Linux and I use Plesk 10 to administrate (although I do have root access). It appears to have been configured --without-pear - but I would like to add it (for all current and future sites on the server). How…
Codecraft
  • 283
  • 2
  • 5
  • 15