Will I notice any loss in performance if I enable php_pdo_mysql.dll in php?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Enabling an extension will not change much to the way PHP works :
So, no, you will not notice anything ; ne need to worry 🙂
What really matters, actually, is what that new extension can bring you ; if it can bring you anything good (and PDO generally can 😉 ), then, don’t hesitate even one second !
(Well, maybe if you were serving hundreds millions of requests each day, using hundreds of servers, you might notice a small difference — but that’s probably not your case 😉 )