Are these extensions provided by the respective RDBMS teams or are they developed by PHP community?
Thanks:)
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.
They are developed by the PHP development team.
HOWEVER, these database extensions are made possible by the RDBMS vendors and by the native API they develop. The extensions are simply making use of the API RDBMS vendors made available to them.
For example,
PDO_mysql,mysqlandmysqliall interface withlibmysqlormysqlnd, maintained by the MySQL development team.