To get 4.2.0 running on apache2 just add these lines below the other loadmodule lines:
LoadModule php4_module modules/apache2filter.dll
AddType application/x-httpd-php .php
And move apache2filter.dll out of php's experimental dir and into apache's modules dir. I had some path problems, and moving the dll solved it.
--Matt