Top "Pear" questions

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

Why am I receiving an error when installing PEAR?

I am trying to install PEAR for use with PHP. As i read on the installation instructions at http://pear.…

php pear
sending email with PHP (preventing from being placed in spam folder)

i am trying to send email using PHP scripts... however, the recipient is receiving it in his/her SPAM folder …

php pear email-spam
can't install PHPUnit through pear

Possible Duplicate: Installing PHPUnit via PEAR the install instructions for phpunit are running this: pear channel-discover pear.phpunit.de pear …

php phpunit pear
Can't install PHPUnit via PEAR, requires PEAR Installer >= 1.9.2, can't upgrade PEAR from 1.9.0

I read the other PHPUnit installation questions but haven't had any success. What is going on with my PEAR install? $ …

php ubuntu phpunit pear
MAMP: How to upgrade PEAR

When trying to upgrade MAMP pear the following error is raised: Notice: unserialize(): Error at offset 276 of 1133 bytes in Config.…

macos osx-lion pear mamp
How can I use QuickForm to add disabled select options?

I have code using QuickForm that creates a select widget with the following: $form->addElement( 'select', 'state_id', 'State:…

php pear quickform
PHP: PEAR on windows tries to open c:\windows\pear.ini for writing even though the configuration file is c:\pear\pear.ini

On Windows, when I run pear config-set auto_discover 1 I get the following error PEAR_Config::writeConfigFile fopen('C:\Windows\…

php windows pear
PHP_CodeSniffer rules documentation

Where is it possible to find documentation on PHP_CodeSniffer rules available? Seems to me like the rules exist, but …

php coding-style pear
How do you install PHPUnit without using PEAR on Mac OS X 10.5?

I am having trouble installing PEAR, but I really only want to install PHPUnit. Does anyone have experience doing this?

php phpunit pear
Pear DB class not found

I have create a class called Database.php for interacting with MySql database using Pear Db class. Database.php <?…

php mysql ubuntu pear database-abstraction