I have quite an opposite situation. In my php.ini used by CLI I don't have PDO extension uncommented, but it's listed by php -m. Interesting.
Again, I keep solving my own problems.... Environment: Windows 7 x64 WAMP 2.5
Solution:
Wamp has two php.ini files c:\wamp\bin\apache\apache2.4.9\bin\php.ini applies to the apache server and all the modules loaded there will be usable in Apache.
The OTHER php.ini is located in the php directory, in my case: c:\wamp\bin\php\php5.5.12\php.ini This is the php.ini that is used in the CLI
If anyone else has the problem stated above. Here's why! :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community