"Could not find driver" when setting application root page

0

When running the command php -S localhost:8080 -t public The error above is triggered when I try to make a connection with postgres. Other applications can access normally when accessed by the url of the local server. All extensions and modules required for postgres execute are already enabled.

    
asked by anonymous 01.03.2018 / 14:02

1 answer

1

I entered the settings of php.ini file, version 7.0.10, installed on the server and uncommented the line extension=php_pdo_pgsql.dll . I assume that when I ran the server through the command previously listed, it would put the deploy of the server for version 7 of php, which was not enabled the extension of Postgres.

    
01.03.2018 / 14:11