Talking to the PHP community members, I see a recurring theme:
How does MySQL integrate with PHP — both from a technical and from a licensing perspective?
MySQL provides several ways to integrate between PHP and MySQL, most notably the ext/mysql and ext/mysqli drivers for PHP. These rely on the GPL licensed libmysql library, which by its nature is not compatible with the PHP license. With our not-so-optimally-named “FOSS Exception” , we have extended the rights of our community to use MySQL together with a number of non-GPL FOSS licenses, including the PHP license. This solution works well for many in the PHP community.
But we want to do more:
We plan to develop a pure PHP driver for MySQL, to be licensed under the PHP license itself and donated to the PHP Group …
[Read more]