Apache 2.2, PHP 5, MySQL Server 5.5 is installed. PHP is bolted to Apache. MySQL is not screwed to PHP.
As in php.ini connect the following extensions:
php_pdo.dll
php_pdo_mysql.dll
php_mysql.dll
(deleting ";" before the corresponding lines in this file does not give a result)?
All extensions are in the \ext\
folder. What to do? Uncomment - uncommented, but still does not work.