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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Problem with PHP 5.1.6 on Apache 2.2
Author
danielnashnz



Joined: 05 Jan 2011
Posts: 3

PostPosted: Wed 05 Jan '11 19:19    Post subject: Problem with PHP 5.1.6 on Apache 2.2 Reply with quote

I'm attempting to replicate a Linux production environment on my Windows machine - yes, I know - PHP 5.1 won't work on apache 2.2 without the php5apache2.dll-php5.1.x.zip fix from Steffen

- what I find is that the supplied php5apache2.dll file doesn't work (usual error, i.e. httpd.exe: Syntax error on line 76 of C:/Program Files/Apache Software Foundation/Apache2.2.3/conf/httpd.conf: Cannot load C:/PHP516/php5apache2.dll into server: The specified module could not be found.)

- wasn't there supposed to be an apache.exe.manifest somewhere in the file ?
Back to top
danielnashnz



Joined: 05 Jan 2011
Posts: 3

PostPosted: Thu 06 Jan '11 1:15    Post subject: Reply with quote

To answer my own question, yes the version on 4shared.com has the apache.exe.manifest in it, and that fixes the issue.

N.B. The version hosted on this site does not work.
Back to top
James Blond
Moderator


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

PostPosted: Thu 06 Jan '11 10:53    Post subject: Reply with quote

The manifest is compile into apache Wink

by the way: why are you try to use such an old version of PHP? Why not 5.2 or better 5.3?
Back to top
danielnashnz



Joined: 05 Jan 2011
Posts: 3

PostPosted: Thu 06 Jan '11 11:28    Post subject: Reply with quote

Well in my experience of actually attempting to do it, the solution of overwriting the php5apache2.dll with the modified one doesn't work at all unless the corresponding apache.exe.manifest is added to the Apache binary directory. My point is that the manifest file is no longer in the .zip archive, when it used to be (as evidenced by the copy on 4shared).

My reasons for doing all this are in my original post - trying to replicate a production environment I have no control over.
Back to top


Reply to topic   Topic: Problem with PHP 5.1.6 on Apache 2.2 View previous topic :: View next topic
Post new topic   Forum Index -> Apache