Top "Pear" questions

PEAR is a repository of PHP software code, designed to offer some functionality not built into PHP core

Installing PHP Zip Extension

I'm attempting to install the PHP Zip extension. My server does not have external internet access, so I downloaded it …

php centos zip pear php-extension
Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows)

I'm trying to install Laconica, an open-source Microblogging application on my Windows development server using XAMPP as per the instructions …

php pear laconica
Problem with SMTP authentication in PHP using PHPMailer, with Pear Mail works

I´m having trouble sending a e-mail with the PHPMailer class, but it works with PEAR Mail::factory. I guess …

php email smtp pear phpmailer
Installing pecl and pear on OS X 10.11 El Capitan, macOS 10.12 Sierra, macOS 10.13 High Sierra (< 10.13.3)

So it looks like the new 'System Integrity Protection' lockdown of /usr (among other directories) makes pear and pecl a …

php macos pear pecl
How do I diagnose this PHP segmentation fault?

I am running a command-line PHP job that is resulting in a Segmentation Fault. This job has worked for a …

php segmentation-fault pear mail-queue
how to use php pear mail

How to include mail.php for using PHP Pear Mail. I'm using the following code in test.php file: require_…

php email pear
Sending multiple CC's and BCCs with PHP PEAR MAIL

I have a project that I am working on at my job and I am using Pear's mailing. I need …

php email pear
Getting PHPUnit Working - Include Path not set correctly?

I'm trying to get PHPUnit working on my development environment but I've hit a bit of a roadblock when it …

php unit-testing phpunit pear
Installing PHPUnit via PEAR

I have problems installing PHPUnit 3.4.6 via PEAR 1.9.0. After I discover channel pear.phpunit.de and try to use one of …

php phpunit pear
How to uninstall a pear package?

What is the command to uninstall a pear package?

php pear