Pdo

#1
For some reason I cannot get the PDO extension to work with Litespeed. I have compiled it via whm to apache and then built the matching php library. The PDO loads find if I switch to Apache, but not when I use LiteSpeed.

I see the system is using the same php.ini so I am not sure the cause for the issue. Anyone have any ideas?
 

webizen

Well-Known Member
#2
What LiteSpeed version are you using? Did you build matching php in LSWS (WHM->Plugins->LiteSpeed Web Server->Build Matching PHP)? Do it if not done so.
 

markb1439

Well-Known Member
#4
Are you running cPanel, and did you compile PDO using EasyApache? There is apparently a bug in regard to this with PHP 5.3.x and EasyApache. If this is your case, I can provide the fix for you.

Mark
 
#6
Are you running cPanel, and did you compile PDO using EasyApache? There is apparently a bug in regard to this with PHP 5.3.x and EasyApache. If this is your case, I can provide the fix for you.

Mark
Any word on this fix?

To add to this I have tried with php 5.2.16 and the same issue appears.
 
Last edited:
Top