So I've looked all around google and have not been able to find a solution to this. I've tried everything I can think of and nothing seems to work. I'm running apache 2.2 and php 5.6.3.
First, I downloaded PHP manually and then changed the php-development file to my .ini file and uncommented the extension for windows. (I'm on a windows 7 machine) Next I added an environment variable for PHP. After that I went into my apache config file and told it to load the module (which I had to download manually) And now everytime I try to start apache with the load module in the config file, apache gives me the operation could not be completed error.
I'm honestly completely new to php and apache, but from what I understand it should work from what I've done so far. does anyone know of something else I should/could do?
Here are the lines where I load the module in the config file
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "c:/php"