0
votes
2answers
92 views
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.net/manual/en/installation.getting.php
, I am supposed to run the file g …
0
votes
1answer
14 views
Using MDB2 and MySQLi together (Good or bad?)
I want to use the PEAR Mail_queue package which requires the PEAR MDB2 package for database abstraction.
I currently use MySQLi for all my database queries and dont really desire …
1
vote
3answers
292 views
PECL install fails
Hey!
I have browsed every Google result, read all the forum posts about this error, but I cannot solve it.
When using PECL install for anything, I always end up getting this erro …
0
votes
1answer
22 views
PHP: PEAR Mail connecting but not sending (no error)?
I'm using PEAR's Mail package to send email from my script. I'm pretty sure I have everything connected and declared properly, but when the script runs, it just connects then immed …
0
votes
1answer
15 views
magento extension installation
I want to install a Magento extension in WAMP, but not from the Magento connect system.
How can I do this? I have the module (extension) code and I already installed the sample d …
0
votes
1answer
12 views
Dealing with empty tags in pear xml_serializer
Im using PEAR XML Serializer to generate xml results from array inputs. I found out that empty array elements are encoded like this: <arraykey/>. I'd rather prefer it this wa …
1
vote
3answers
173 views
Install Pear Extension with PHP Installer
I install PHP using the PHP installer. And so, the PEAR package is not included. The question now is I need PEAR for Symfony upgrade purpose, but the resources I found on the inter …
0
votes
0answers
28 views
Are there known connection issues for calling ASP .NET web service from PHP?
This may not be an appropriate question, but I'm not sure how else to research this.
We have a client who uses PHP to connect to our .NET web service on a third party web host. Th …
1
vote
3answers
1k views
Problem with SMTP authentication in PHP using PHPMailer, with Pear Mail works
Hi,
I´m having trouble sending a e-mail with the PHPMailer class, but it works with PEAR Mail::factory.
I guess the problem is with the SMTP authentication, but I couldn´t find t …
0
votes
2answers
28 views
Is it possible to use a pear package without pear itself?
Hi,
Honestly, I know nothing about pear (... installation and all). But I know that there are MANY useful functions available through pear. I wonder if it is possible to use a sou …
3
votes
4answers
2k views
How to set up PEAR on Mac OS X 10.5 Leopard
I'm ultimately trying to install PEAR so I can easily install PHPUnit. I want to set up a Mac, Apache, MySQL, PHP, PHPUnit development environment so I can test locally. I already …
1
vote
4answers
861 views
Strange error when creating Excel files with Spreadsheet_Excel_Writer
Here's the code. Not much to it.
<?php
include("Spreadsheet/Excel/Writer.php");
$xls = new Spreadsheet_Excel_Writer();
$sheet = $xls->addWorksheet('At a Glance');
$col …
0
votes
5answers
91 views
Has Anyone Here ever tried PEAR
Hi I have been reading alot of articles adoring the PEAR mail package and it seems like PEAR is something I need to try out.
I am interested in setting up a full mail server, simi …
0
votes
1answer
16 views
Cannot redeclare class mdb2_error in Pear MDB2 package
I haven't install pear in my PC,instead I download the packages and unzip them to "libs" dictionary in my web-app.the structure of dictionary of my web-app is roughly like this:
…
0
votes
2answers
34 views
Accessing array value
print_r($fanr);
results in:
HTML_QuickForm_text Object
(
[_label] => FA-Nummer
[_type] => text
[_flagFrozen] =>
[_persistantFreeze] => 1
[_attrib …
