PEAR is a repository of PHP software code.

learn more… | top users | synonyms

2
votes
1answer
135 views

phpUnit-pear installation issue

I am installing a project from github, called gitlist, you can find it here. I installed composer so to manage all the dependencies. But when building with ant, I always have a message telling me the ...
1
vote
0answers
346 views

Problems installing PEAR on IIS7.5 php 5.4.7

I have done a manual install of php 5.4.7 on IIS 7.5 (no msi installer as far as I know) and am now attempting to install PEAR. The instructions for installing it here ...
0
votes
1answer
425 views

Fatal error: class not found using pear in xampp

I'm trying to send an email using form data. I'm adapting the method described at http://www.html-form-guide.com/email-form/php-email-form-attachment.html which uses the PEAR library. I'm testing my ...
0
votes
1answer
81 views

smtp emails from cakephp vender returning: code: -1, response: lid mail address 'no-reply')]

I have a cakephp site, built by another developer that sends emails with a vender ('smtpmail'), this has worked fine in the past but just migrated to another server and I am now getting the below ...
1
vote
1answer
48 views

pear / Services_W3C_HTMLValidator Error?

I have installed this package on many of servers but we now have an in house ubuntu server we are trying to install this package on. We have pear installed and installed this package as it does show ...
1
vote
1answer
147 views

PHP/PEAR Mail Not Sending as Text Message

I'm working on a script that will send text messages via email (i.e. ###@txt.att.net) and PHP's simple mail() function was not working. I could send email messages just fine through that method, but ...
1
vote
0answers
341 views

PHP Doctrine Beginner: Doctrine\ORM\Tools\Setup not found

im a beginner with doctrine. I just installed pear + doctrine 2.3.3 and want to test it. to test doctrine i wrote a class named "person" /** * @Entity */ class person { /** @Id ...
1
vote
1answer
102 views

Can't install Doctrine DBAL using PEAR

When I try to install DoctrineDBAL using pear like: C:\wamp\pear>pear install doctrine/DoctrineDBAL I got the following error message: No releases available for package ...
4
votes
0answers
169 views

PEAR HTML_QuickForm2: How to get the saved session container back in form

I am using the controller to make a multiple page form. I am saving submitted and unsubmitted applications data to a database field: $serialized_data = $oCon->dbConn->real_escape_string( ...
0
votes
0answers
168 views

Use pear Mail_mimeDecode object to easily compose new message

Help me please to compose new email message using PHP Pear Mail_mimeDecode structure. I hope that there are php classes or libraries exist to convert mail_mimeDecode object to new message without ...
0
votes
0answers
83 views

connect with pear MDB2 and write to file failed

I have a linux script which runs in a cron job and collects some data to store in a file. It needs to transfer to a windows server. I am finding a way to keep the same functionality here. I am trying ...
0
votes
1answer
26 views

PHP Pear W3C_HTMLValidator issue

I have been using Pear W3C HTML Validator to validate websites in house. We have started been working with a custom created CMS that stores the full html code in a database. I have been searching ...
0
votes
2answers
105 views

Automating pear install with expect

I'm working on a small script to try and automate the installation of pear on a system should it be missing - basically, taking the interactive portions of the installation process and making them ...
1
vote
0answers
54 views

How do I specify the e-mail I want to send to when using PEAR Mail Queue's sendMailById() method?

I'm using PEAR Mail_Queue for sending out newsletters. I have struggled so much with PEAR Mail, but I'm finally at a point where everything seems to work perfect. I'm keeping the queue and using the ...
2
votes
2answers
424 views

Can PSR-0 class autoloader, load PEAR library?

So this is my question, I wrote my own class autoloader that fallows PSR-0 standard. That's easy. Now I have my PHP MVC Frameowrk and I would like to use Twig, but Twig fallows PEAR naming standard ...
0
votes
1answer
44 views

pyrus with php5.2.11?

Well, i'm trying to install pyrus on my server but the install failed. i'm guessing it is because of my php version so my question is Can we install Pyrus on a server that is using php5.2.11 ? is ...
0
votes
0answers
84 views

PEAR HTML Table text color

I'm currently using the PEAR HTML_Table (version 1.8.3) and I'm facing with a problem. In my table, I would like to set the text color of all my cells in blue while the text headers have to remain in ...
0
votes
1answer
134 views

Using PEAR XMLRPC2 inside wordpress plugin

I am trying to run the PEAR XMLRPC inside a plugin function to do some validation. It is all working fine in a standalone app that in a folder on my server, but as soon as I put all the files into my ...
2
votes
1answer
1k views

Pear Mail, how to send plain/text + text/html in UTF-8

I'm trying to send an email in both text and html, but I can't correctly send the right headers. In particular, I'd like to set the Content-Type header, but I can't find how to set it separately for ...
0
votes
0answers
160 views

PHP Mime not working in any hosting [closed]

I have an weird issue with my php code. I have PHP 5.3.1 installed in my development machine and my code is working fine. But the same code, when i try to host online, it is not working. It is just a ...
0
votes
1answer
58 views

execute system commands which need input using PHP

Is there a way in PHP to make exec() or one of its variants run a system command that needs user input in the execution session. Can be an FTP transfer for example or even just a print statement ...
1
vote
0answers
58 views

PHP Pear library throws me error of “no DB selected”

I have a below code snippet in my code: $dsn = DB_TYPE . '://' . DB_USER . ':' . DB_PASS . '@' . DB_HOST . '/' . DB_NAME; //error_reporting(E_ALL); $db = DB::connect( $dsn, 'true' ); ...
5
votes
5answers
145 views

what is the purpose of the extra asterisks in php comments?

I've (finally) been reading up on PEAR (php) coding standards. What is the purpose of commenting like this: /** * Here is my comment * I Wrote this in a haiku * But why put the stars? */ As ...
1
vote
1answer
92 views

Finding PEAR HTML Email impossible

Ok, been trying for hours, looking at heaps of questions and documentation, having no luck. I can send plain text emails fine from a gmail account using PEAR. No problems. But I realised I needed a ...
0
votes
1answer
818 views

PHP PEAR mail fails using Google Apps mail account - error 535 authentication failed

I have a PHP page that uses PEAR Mail to send a message through a Google Apps mail account. The page is only active in the fall and winter, and it was working great when it was last used in January. ...
0
votes
0answers
91 views

Data sending between php and java with pear library

I have an encoding problem where sending data from php to java. I use the official library of pear for sending in php side (file in utf-8): require_once('HTTP/Request2.php'); $req = new ...
0
votes
3answers
223 views

Is it possible to combine audio files with PHP? [closed]

I want to create a basic speech software, where the PHP program combines a few ready-made sounds (such as the, cat, sat, on, the, mat), and then allows the user to download the finished file (which ...
0
votes
1answer
1k views

PHP: PEAR mail message error

I can send an email by the code in this (url:http://stackoverflow.com/questions/712392/send-email-using-gmail-smtp-server-from-php-page) but the errors shown as following... Strict Standards: ...
1
vote
1answer
196 views

mdb2 prepare statement with multiple types

I'm using PHP 5.1.6 and MDB2 and trying to wrap my prepare/execute/fetchAll into a class so I can execute a select query with one line. The following code shows the Class that I've created and also ...
0
votes
1answer
151 views

PEAR SOAP_client error

I am getting the error The named parameter torrent is not in the call parameters. for Pear SOAP_client & Torcache API here is my code $client = new SOAP_Client ( ...
0
votes
1answer
372 views

Upgrading PEAR on Mac OS X / MAMP

I am installing PHPUnit on Mac OS X and I am having problems with my current PEAR version. Existing SO questions don't resolve the problem. The current PEAR version is listed as 1.9.1. PHPUnit ...
22
votes
6answers
8k views

How do I correctly install PHPUnit with PEAR?

I have had to de- and reinstall a newer version of PHPUnit following these directions. Now when I'm launching this line sudo pear install --alldeps phpunit/PHPUnit I see an error message, that ...
1
vote
1answer
632 views

PHPUnit for symfony2.1 - cannot redeclare xyz()

I read that PHPUnit can be installed with pear or with composer. Because I'm on a windows with WAMPSERVER and a cygwin for console stuff and there is no pear installed, I installed PHPUnit via ...
1
vote
2answers
738 views

Trying to install PEAR on Mac OSX 10.6.8

Can anybody advise me how I can install PEAR on my MAC? Attempt 1: curl http://pear.php.net/go-pear | sudo php % Total % Received % Xferd Average Speed Time Time Time Current ...
2
votes
1answer
91 views

PEAR Mail Sending CSV Fails

I'm having trouble sending a CSV using PEAR Mail in PHP. I can receive the message OK, and I can even open the CSV attachment -- but the contents show up as a base64 encoded string, rather than as a ...
1
vote
1answer
45 views

Pear DB method similar to bindParam()?

Is there any way using the PEAR DB library to do something similar to the PDO bindParam()? I have a couple prepared statements that are going to use the same variable multiple times so I'd like to be ...
1
vote
0answers
297 views

pdepend, no releases available

I'm trying to install PDepend on my Centos 6.3 server. For some reason I constantly receive an error that there are no packages/releases available. Things I already executed: pear upgrade pear ...
2
votes
1answer
226 views

PHP: HTTP_Request2 gives zero content length

I want to POST using HTTP_Request2 Pear Class. I was succefull when I used cURL to do the same, but I dont get response data when I use HTTP_Request. It says content length as 0. I read the PEAR ...
0
votes
1answer
65 views

PHP update from 5.2.x to 5.3.14 caused a Locale issue

Our server recently had an update done (PHP was updated from 5.2.x to 5.3.14) Because of this update we cannot use our custom Locale class that is being run by __autoload() From my understanding this ...
0
votes
2answers
306 views

PHP: Autoloading PEAR namespaced classes within PSR-0 namespaced classes conflict

For my application I am using PSR-0 namespaces. Everything works beautiful! Until I wanted to use Twig as template parser, Twig uses PEAR pseudo namespaces. Like Twig_Loader_Filesystem. The problem ...
0
votes
0answers
89 views

LiveUser Login Session Problems

I am trying to use the Pear LiveUser package to secure my application api built on the Slim Framework (slimframework.com). Using the code below, if I request the /login endpoint, LiveUser will ...
2
votes
1answer
479 views

Unable to upgrade PEAR from 1.9.2 to 1.9.4

I am on a Ubuntu 11.10 and trying to upgrade from 1.9.2 to 1.9.4, but it simply don't work. Here are the commands I am following in sequence $ sudo apt-get install php-pear Reading package lists... ...
0
votes
2answers
208 views

Pear Mail Package - Embed An URL Inside E-Mail Body Text

I'm using the Pear Mail Package to send an e-mail via G-Mail (using SMTP) for a website I'm developing. When someone registers with the website, the user must first click a link in the confirmation ...
2
votes
2answers
378 views

Command phpunit -v gives me require_once error… what's wrong with my PEAR?

As per title, running phpunit -v on a fresh PHPUnit PEAR installation gives me a require_once failed error. Here is some additional information, i hope that anyone can help me with this. Warning: ...
1
vote
1answer
380 views

phpunit seems to load incorrect include path

I'm trying to get an installation of phpunit going on my os x Lion with MAMP. I have installed phpunit at /Applications/MAMP/bin/php/php5.4.4/lib/php. When I run phpunit in the terminal I get this ...
3
votes
3answers
4k views

PEAR package install fails

i try to install packages from pear.phpqatools.org/phpqatools First of all command pear config-get php_dir returns D:\Users\xampp\php\pear and I do not have rights to install on C drive. Then ...
0
votes
0answers
63 views

PHP5 HTTPRequest2 (PEAR) fails when $url parameter contains :port

I have a problem with HTTP_Request2 object: when I make a request to a server that doesn't serve on the default (80) TCP port, HTTPRequest2 library launches the following exception: "Unable to ...
0
votes
1answer
360 views

Phing and Jenkins

i'm using Jenkins on Windows 7 and I would like to use phing with it. I installed the corresponding plugin but in the build I've this error : [src] $ cmd.exe /C '"phing.bat -buildfile "C:\Program ...
0
votes
1answer
1k views

Using Pear's PHP codesniffer with MAMP Pro on mac

I’d like to ask for some help getting Pear’s PHP Code Sniffer set up properly. I’m using MAMP pro 2.0.5 on a Mac PB 10.7.4 with PHP 5.3.6. I do have Pear installed and can run pear commands, when I ...
0
votes
0answers
134 views

linkedin API using PEAR/OAuth

This is the code if we use PECL/OAuth // Fill the keys and secrets you retrieved after registering your app $oauth = new OAuth("abcd123456", "efgh987654"); ...

1 3 4 5 6 7 21