Discussion:
[PHP-INSTALL] PHP 5.3.8 and Apache 2.2 VC9
Michael Nolsøe Madsen
2011-09-23 16:34:52 UTC
Permalink
I am trying to follow the guidelines from php.net but it seems the
documentation is not up-to-date or am I wrong?

The doc shows a php5apache2_2.dll but 5.3.8 only has a php5.dll. Am I to
find this apache dll somewhere else?

Also the doc shows how to get apache to load php:

LoadModule php5_module "c:/php/php5apache2.dll"
AddHandler application/x-httpd-php .php

is that still correct or do I change it to php5.dll?

I am not using any installer or bundle.

php-5.3.8-nts-Win32-VC9-x86
httpd-2.2.21-win32-x86-ssl (apachelounge, VC9)
windows 7 ultimate 32bit
Lester Caine
2011-09-23 18:03:50 UTC
Permalink
I am trying to follow the guidelines from php.net but it seems the documentation
is not up-to-date or am I wrong?
The doc shows a php5apache2_2.dll but 5.3.8 only has a php5.dll. Am I to find
this apache dll somewhere else?
LoadModule php5_module "c:/php/php5apache2.dll"
AddHandler application/x-httpd-php .php
is that still correct or do I change it to php5.dll?
I am not using any installer or bundle.
php-5.3.8-nts-Win32-VC9-x86
httpd-2.2.21-win32-x86-ssl (apachelounge, VC9)
windows 7 ultimate 32bit
Grab the thread safe build of PHP ... that is preferred with the apache bundle
hence the apache dll's are not included in the NTS version.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php
Loading...