Hi Cris
I have Apache 2.0.35 + PHP 4.2.0 RC3 + MySQL 3.23.49 installed on my Win 2000 development machine.
Directory structure:
c:\apache2
c:\mysql
c:\php
Copy the php4ts.* files to c:\winnt\system32 and copy whichever php.ini- file you rename to php.ini to c:\winnt.
Locate the the experimental directory within the php 4.2.0. rc3 structure. Copy the file apache2filter.dll to the c:\php\sapi\directory.
Add the following lines directly underneath the LoadModule commands in the httpd.conf file.
LoadModule php4_module "C:/php/sapi/apache2filter.dll"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Hope this helps