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: Install php cannot find php5apache2_2.dll
Author
chihwahli



Joined: 02 Jun 2010
Posts: 1

PostPosted: Wed 02 Jun '10 23:45    Post subject: Install php cannot find php5apache2_2.dll Reply with quote

I installed the Vc6 php - non tread safe version on my windows 7 system. I read that the vc6 thread save version has the php5apache2_2.dll

BUT even if I put this file into the right directory , Apache still cannot find the file

I tested it out in DOS command screen (CMD) by executing httpd -t
It shows me the directory and that it's missing....but it's in there!

I added in my PATH statements: c:\PHP
and in my httpd.conf I typed the line:
LoadModule php5_module "C:/PHP/php5apache2_2.dll"

Anyone with experience on this matter:?:
Back to top
James Blond
Moderator


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

PostPosted: Thu 03 Jun '10 9:56    Post subject: Reply with quote

If you run php as module you have to use the thread safe version. If you need to use or wanna use the non thread safe version you can run it over fcgid.
Back to top


Reply to topic   Topic: Install php cannot find php5apache2_2.dll View previous topic :: View next topic
Post new topic   Forum Index -> Other Software