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: Still can't find specified procedure in php5apache2_4.dll
Author
interrobang



Joined: 24 Apr 2014
Posts: 4
Location: Cleveland, OH, USA

PostPosted: Mon 28 Apr '14 2:08    Post subject: Still can't find specified procedure in php5apache2_4.dll Reply with quote

I cannot start Apache with the PHP plug-in using php4apache2_4.dll. Another post on here suggested getting the latest version of that DLL from ApacheLounge, which I did. I also got the latest C++ redistributable, from Visual Studio 2012 Update 4. I am still getting the "cannot find the specified procedure" error.

Could someone please tell me exactly what the prerequisites are for using this plug-in?

Or should I just give up and use IIS as my web server?

I'm running Windows 7 Home Premium SP1.

Thank you very much.

RobR
Back to top
interrobang



Joined: 24 Apr 2014
Posts: 4
Location: Cleveland, OH, USA

PostPosted: Mon 28 Apr '14 3:04    Post subject: Reply with quote

I used the Depends tool to find out exactly what's missing. A lot. Here's a link to a screenshot of the Depends run: http://imgur.com/2At98Rj
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Mon 28 Apr '14 10:16    Post subject: Reply with quote

Please give more info, see forum rules:

Apache version, win32 or win64 ?

php version from windows.php.net, give exact file name you downloaded ?

httpd.conf entries for php4apache2_4.dll ?


Steffen
Back to top
interrobang



Joined: 24 Apr 2014
Posts: 4
Location: Cleveland, OH, USA

PostPosted: Tue 29 Apr '14 0:40    Post subject: Reply with quote

Thank you for your reply, and my apologies for my incompleteness.

Apache was installed using this file: httpd-2.0.65-win32-x86-no_ssl.msi

PHP was installed using this file: php-5.5.11-Win32-VC11-x86

The lines in httpd.conf that are supposed to add the plug-in are:
LoadModule php5_module "C:\PHP\php5apache2_4.dll"
AddType applilation/x-http-php .php
PHPIniDir = "C:\PHP"

I tried adding "c:\php" to my system path, but it didn't help.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Tue 29 Apr '14 10:32    Post subject: Reply with quote

Your combo Apache and PHP does not work.

Uninstall your Apache first.

And download and install the VC11 Win32 version from here for php-5.5.11-Win32-VC11-x86 . See left pane at http://windows.php.net/download/

And in your httpd.conf:

LoadModule php5_module "c:/php/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "C:/php"
Back to top
interrobang



Joined: 24 Apr 2014
Posts: 4
Location: Cleveland, OH, USA

PostPosted: Thu 01 May '14 1:42    Post subject: Reply with quote

Thanks very much for your reply. I just realized that, got the correct version of Apache and installed it with PHP with no problem.

RobR
Back to top


Reply to topic   Topic: Still can't find specified procedure in php5apache2_4.dll View previous topic :: View next topic
Post new topic   Forum Index -> Other Software