What's wrong with these lines in PHP.INI:
include_path = "c:/program files/apache/php"
extension_dir = "c:/program files/apache/php/"
And with these in httpd.conf:
ScriptAlias /php/ "c:/program files/apache/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/program files/apache/php/php.exe"
It doesn't work...