0
votes
1answer
61 views

Mailing SMTP Error PHP

require_once "Mail.php"; error_reporting(E_ALL ^ E_STRICT); $mail_To = $email; $mail_Subject = "Reservation notification From Tamera Plaza Inn"; $mail_Body = "First Name: ...
2
votes
1answer
156 views

wampserver php5.3.1 and Pear:DB problems

I've installed PHP5.3.1 on top of 5.3.0 on my Windows 7 Pro laptop. I've installed Smarty, Pear and the relevant Pear packages. I use a config.php file to set up my development site on Win separately ...
0
votes
1answer
66 views

PHP error on installin pear on windows xp

Hello I am using Wamp Server 2.0 and trying to instal pear. When I run the go-pear.bat it gives me these errors. Here is the complete install process output Thank you for all your helps
6
votes
2answers
5k views

Install PEAR with Wamp 2.1

I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there's no such files as "go-pear.bat" in this new version of wamp. Then how can I install PEAR ? Thank you.
5
votes
1answer
9k views

Installing PEAR on Windows 7 using phar

I'm trying to install PEAR for use with Wamp 2.1. The package does not come with any pear installation. I have read that you need to use http://pear.php.net/go-pear.phar to install PEAR for PHP 5.3 as ...
0
votes
2answers
847 views

PEAR location on install?

I'm trying to install PEAR, but I'm confused by the locations suggested. I'm using Wampserver to run my PHP scripts, and I wanted to do unit tests. So I found PEAR. I tried installing via the ...
3
votes
1answer
6k views

Pear error messages with PHP5.3.0

I get a LOT of errors when i Open up a newly installed PEAR package on a WAMP server. Here's the error messages. What can i do? Deprecated: Assigning the return value of new by reference is ...