hi all, newbie here ...
I installed Apache 2.0.40 with PHP 4.2.3-dev from the latest PHP snapshots too.
And i edit httpd.conf, and add
#
#Load PHP4 Module for Apache 2
#
LoadModule php4_module C:/php4/sapi/php4apache2.dll
When apache2 restarted it yells "The requested operation has failed" 🙁 , but when i put #
#LoadModule php4_module C:/php4/sapi/php4apache2.dll
apache run normally, but can't read php *.ext
thx 😃