Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced?

  2. A.

     PHP 5.0

    B.

     PHP 5.1

    C.

     PHP 5.2

    D.

     PHP 5.3

    View Answer

    Workspace

    Answer : Option D

    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.


Be The First To Comment