Vidyalelo
PHP · Q4

Databases Handling

Programming · PHP · question 4

Q4

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.3
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
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.