Forums WAMPStack

No PDO in 0.9.4?

Subscribe to No PDO in 0.9.4? 3 post(s), 2 voice(s)

 
Avatar daftviking 2 post(s)

Just starting working with WAMPstack 0.9.4 – it doesn’t look like PDO is included in this package though. What would it take to get PDO (with MySQL drivers) up and running on this?

Alternately, does anyone know of another WAMP stack that includes PDO? Thanks!

 
Avatar antonio Administrator 508 post(s)

Look no more because PDO is included :P

You have to enable it, though. To do so, edit

C:\Program Files\BitNami WAMPStack\php\php.ini

and enable the desired extensions by removing the semicolon from the line.

Cheers

 
Avatar daftviking 2 post(s)

Doh! Should have thought of looking there. Thanks for the pointer.

Forums WAMPStack