logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Which PHP DLL should I be using with Apache from this site?
Author
darkangel



Joined: 30 Jan 2010
Posts: 5

PostPosted: Sat 30 Jan '10 20:26    Post subject: Which PHP DLL should I be using with Apache from this site? Reply with quote

Hi,

I installed "httpd-2.2.14-win32-x86-ssl.zip" from http://www.apachelounge.com/download/ (just extracted it and overwrote the config, htdocs, and logs).

Which PHP DLL should I be using with it? I've tried "php5apache2_2.dll" from "php-5.3.1-Win32-VC9-x86.msi", but PHP is not working for some reason (the raw PHP code is just output to the browser).

OS: Windows 7 Home Premium.

Config:

PHPIniDir "C:/Program Files (x86)/PHP/5.3/"
LoadModule php5_module "C:/Program Files (x86)/PHP/5.3/php5apache2_2.dll"

Any help would be appreciated.

_da.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Sun 31 Jan '10 0:17    Post subject: Reply with quote

Well I guess your forgot to add AddHandler application/x-httpd-php .php or does apache crash and there is something in the error log?
Or maybe it is the short tag problem using <? instead of <?php ?
Back to top
darkangel



Joined: 30 Jan 2010
Posts: 5

PostPosted: Sun 31 Jan '10 14:07    Post subject: Reply with quote

James Blond wrote:
Well I guess your forgot to add AddHandler application/x-httpd-php .php or does apache crash and there is something in the error log?
Or maybe it is the short tag problem using <? instead of <?php ?

Hmm, I tried again and now it's working! Smile

Thanks.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Sun 31 Jan '10 23:38    Post subject: Reply with quote

What was the issue? Just restarting?
Back to top
darkangel



Joined: 30 Jan 2010
Posts: 5

PostPosted: Wed 03 Feb '10 16:27    Post subject: Reply with quote

James Blond wrote:
What was the issue? Just restarting?

Possibly – I'm not sure. Confused
Back to top


Reply to topic   Topic: Which PHP DLL should I be using with Apache from this site? View previous topic :: View next topic
Post new topic   Forum Index -> Other Software