Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-17 Thread php
http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2 On Fri, 17 Mar 2006, Vadim Bendebury wrote: > To: Malcolm Evans <[EMAIL PROTECTED]>, Brad Kowalczyk <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > From: Vadim Bendebury <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] Q: apache 2.

[PHP-INSTALL] Was my installation successful?

2006-03-17 Thread Vicki Brown
We were running PHP 4.3.9. I decided to upgrade to 4.4.2. I'm not sure if the messages below signify warnings, errors, or general information I can ignore. Was my installation successful or do I have to do something to "fix" PEAR? Installing PEAR environment: /usr/local/lib/php/ [PEAR] Arch

Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-17 Thread Brad Kowalczyk
You may also need to enable short tags (ie full tag Cheers, Brad [EMAIL PROTECTED] wrote: Yuo need to add the following to httpd.conf to tell Apache to sent files ending with .php to the php apache server module. AddType application/x-httpd-php .php then if you write a testpage called 'get

Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-17 Thread php
Yuo need to add the following to httpd.conf to tell Apache to sent files ending with .php to the php apache server module. AddType application/x-httpd-php .php then if you write a testpage called 'getphpinfo.php' and add this into it: that should return alot of usefull information about yo