PHP extensions won't load on Apache startup
- by WebDevHobo
I've added php as a module for Apache 2.2.11:
LoadModule php5_module "c:/php/php5apache2_2.dll"
And also added
AddType application/x-httpd-php .php
And in PHP.ini, my extension dir is set to: extension_dir = "C:\php\ext"
And yes, the directories are correct and all files do exist.
But when I start apache, I get these errors:
PHP…