Just clarifying, MySQL AB no longer exists, it is now Sun Microsystems, Inc.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-06-30 16:55:21 +00:00
parent 95d7a97369
commit d9e8437a2a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<chapter xml:id="mysqli.mysqlnd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>The MySQL Native Driver</title>
@ -62,9 +62,9 @@
</para>
<para>
The older MySQL Client Library was written by MySQL AB and so was
released under the MySQL license. This ultimately led to MySQL support
being disabled by default in PHP. However, the MySQL Native Driver has
The older MySQL Client Library was written by MySQL AB (now Sun Microsystems, Inc.)
and so was released under the MySQL license. This ultimately led to MySQL
support being disabled by default in PHP. However, the MySQL Native Driver has
been developed as part of the PHP project, and is therefore released
under the PHP license. This removes licensing issues that have been
problematic in the past.