Remember that you must load php as a module to get most extensions to work at all.
Copy the file \php\php4ts.dll to c:\windows\system\
Specic for Apache 2.0.x and PHP 4.20:
copy "\php\experimental\apache2filter.dll to \windows\system\" to get modules to work!
#ScriptAlias /php/ "c:/webserver/php/"
#AddType application/x-httpd-php .php
#Action application/x-httpd-php "/php/php.exe
LoadModule php4_module c:/webserver/php/sapi/php4apache.dll (Insert)
AddType application/x-httpd-php .php (Insert)
4) Start Apache!
5) Try out phpInfo(); to see PHP works.
tjekc my site at www.mdz.dk for more.