• [^] # Re: mysqlnd

    Posté par . En réponse à la dépêche Sortie de PHP 5.4. Évalué à 10.

    En cherchant qui sont les développeurs de mysqlnd, je viens de trouver une citation de leur forge à l'appui de mes propos :

    mysqlnd is licensed under the PHP license and it is tightly integrated into PHP on the C-level. For example, mysqlnd is using the PHP memory management functions and network streams. Due to the close integration, it is difficult for other C programs but PHP to use the library. Any other C program that tries to use mysqlnd would need to link against large parts of PHP. Maybe this explains what “native” and “for PHP” means.

    Extrait de http://forge.mysql.com/wiki/PHP_MYSQLND (qui contient aussi un historique et toutes sortes d'explication sur le lien PHP-MySQL).