The answer to this is fairly simple, actually, use php5_module instead of
php4_module

instead of
LoadModule php4_module "c:/php/sapi/php4apache2.dll"
try
LoadModule php5_module "c:/php/sapi/php4apache2.dll"

the instructions weren't updated



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to