1.

In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced?(a) PHP 5.0(b) PHP 5.1(c) PHP 5.2(d) PHP 5.3I got this question in an interview for job.The origin of the question is Working with Databases-1 topic in chapter Objects and Databases in PHP of PHP

Answer»

Correct option is (d) PHP 5.3

The explanation: PHP required that MYSQL client LIBRARY be installed on the server from which PHP was communicating with MySQL, whether the MySQL server also HAPPENED to reside locally or elsewhere. PHP 5.3 removes this problem by introducing MySQL NATIVE Driver.



Discussion

No Comment Found

Related InterviewSolutions