Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-29 Thread Bruce Hyatt
I'm no expert but what jumps out at me is that you say you're trying to integrate php 5.2.1 but your web server is trying to load a php 6.0.0 dll. Bruce > Mr. Steve Burrus wrote: hi I still need help/assistance w. trying to integrate php with the apache server. the version of php in question

RE: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Huesser Peter
Another possiblilty is: http://www.apachefriends.org/en/xampp.html Pedro From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. März 2007 00:57 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache If

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread William A. Rowe, Jr.
Mr. Steve Burrus wrote: > Mr. Steve Burrus wrote: >> *hi I still need help/assistance w. trying to integrate php with the >> apache server. the version of php in question is 5.2.1 and the version >> of apache is 2.2.4. I got this integrated some time ago but cannot now. * > me again. the server err

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Mr. Steve Burrus
Mr. Steve Burrus wrote: hi I still need help/assistance w. trying to integrate php with the apache server. the version of php in question is 5.2.1 and the version of apache is 2.2.4. I got this integrated some time ago but cannot now. me again. the server error msg. which I get when I try to

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Bill Angus
If you are in windows environment, you might try using Apache 2.2.3 from a competently compiled distro (like the one at http://hunter.campbus.com ) As you will know already, you need a command as follows in httpd.conf ? LoadModule php5_module "C:\php\php5apache2_2.dll" - Original Message --