Subject RE: [firebird-php] PHP Install
Author Alan McDonald
Apache2 I have a LoadModule
LoadModule php5_module c:/Network/php-5_0rc3/php5apache2.dll

the PHP4 one was
LoadModule php4_module c:/Network/php-4_3_3/sapi/php4apache2.dll
and I copied php4ts.dll to the sapi directory

Then you need the AddType bits
just check out
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_beginners_php
The various files are in the sip file "a version configured for Firebird
1.5" at the bottom of the page.

--
Lester Caine
-----------------------------

it's not there, but I get a response from phpinfo()!
I am only just reading the php/apache2 notes.. it appears that apache 2 out
of the box has php as a static module?? is this possible? It looks like I
need to reconfigure apache first to run as a dynamic module. The
usr/lib/httpd/modules has libphp4.so in there but it's not listed anywhere
in any conf file.
Alan