hi,
if u use php 4.2.2, u must use apache 2.0.39.
2.0.40 will not work with php 4.2.2
to enable php with apache 2.0.39, put this
in your httpd.conf:
LoadModule php4_module c:/php-4.2.2-Win32/sapi/php4apache2.dll
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
have fun,
yves