puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

when enabling sql extensions, enable their pdo counterparts

Open igalic opened this issue 10 years ago • 7 comments

n.b.: all mysql extensions point to the same pdo name/file. for mysql in particular, we also enable mysqli

igalic avatar Dec 22 '14 15:12 igalic

this doesn't do much, as of yet. it's almost like something is missing. so strange, even though our settings are [ ] :P

igalic avatar Dec 22 '14 15:12 igalic

i think it's time i take another look at this ;)

igalic avatar Feb 17 '15 14:02 igalic

haha yeah

jippi avatar Feb 17 '15 15:02 jippi

so! I just tested this on one of my prod systems and it seems to work out fine.

next step should be to move the standard php::config case into php::extension, and remove all params classes.

igalic avatar Feb 17 '15 16:02 igalic

nizzle ! :)

jippi avatar Feb 18 '15 08:02 jippi

i'd love to get some more feedback / testing here ;)

igalic avatar Feb 18 '15 15:02 igalic

latest commit uses the correct prio for mysqlnd, not sure about the other drivers. again: need some feedback / testing from other people ;)

igalic avatar Feb 19 '15 16:02 igalic