I had the same problem and the solution was in php.install by Vincent Kruger

Forget the AddModule directive it's fallen away.

LoadModule php4_module c:\php\experimental\apache2filter.dll
AddType application/x-httpd-php .php

To complete your installation Turn Register Globals on and then restart your
Apache2 Server.

All good.
Thanks to all win32php gurus.
:)

Kindest Regards
Vincent Kruger



"The Gabster" <[EMAIL PROTECTED]> píše v diskusním příspěvku
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everyone...
>
> I am trying to configure httpd.conf to support php 4.2.0 and I added
> this lines:
>
> LoadModule php4_module c:/php/sapi/php4apache.dll
> AddModule mod_php4.c
>
> and
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .php
>
> but when I try to start Apache, I receive an  "requested operation has
> failed" message...
>
> Also it I copied the php4ts.dll in the WINNT/system32 directory. It is
> suspect to me that the line c:/php/sapi/php4apache.dll references to a dll
> file that I never found on my system (php4apache.dll). Aslo I do not have
an
> "sapi" subdirectory in my C:/PHP directory. Is there something wrong in
the
> php install documentation?
>
> Anyone has an idea what am I doing wrong? (I am running Apache 2.0.35
> version on a win2k machine)...
>
> Thanks a lot,
> gabi
>
>
>
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to