Opá blz pessoal? Então eu vi que muita gente aqui teve o mesmo problema que eu, porém não consegui resolver ainda. Eu habiltei o 'extension=php_pdo_mysql.dll', mas mesmo assim minha pagina cadastro não abria. baixei o arquivo final do curso acredito que o erro seja o mesmo, so que tratado por ser o arquivo final .
PDOException Object
(
[message:protected] => could not find driver
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => C:\Users\David Almeida\Desktop\PDO-ALURA\PDO-Alura\aula5\classes\Conexao.php
[line:protected] => 7
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => C:\Users\David Almeida\Desktop\PDO-ALURA\PDO-Alura\aula5\classes\Conexao.php
[line] => 7
[function] => __construct
[class] => PDO
[type] => ->
[args] => Array
(
[0] => mysql:host=127.0.0.1;dbname=estoque
[1] => root
[2] => 2244
)
)
[1] => Array
(
[file] => C:\Users\David Almeida\Desktop\PDO-ALURA\PDO-Alura\aula5\classes\Categoria.php
[line] => 20
[function] => pegarConexao
[class] => Conexao
[type] => ::
[args] => Array
(
)
)
[2] => Array
(
[file] => C:\Users\David Almeida\Desktop\PDO-ALURA\PDO-Alura\aula5\categorias.php
[line] => 5
[function] => listar
[class] => Categoria
[type] => ->
[args] => Array
(
)
)
)
[previous:Exception:private] =>
[errorInfo] =>
)
A versão do meu mysql é 5.7. Ja tentei mudar as versões do php mas o erro segue o mesmo.