doc:todo:mysqlnd_vs_libmysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:todo:mysqlnd_vs_libmysql [2011/09/08 14:28] – [Major features added after PHP 5.3.0] uwdoc:todo:mysqlnd_vs_libmysql [2011/09/08 14:41] – [Feature dependencies] uw
Line 10: Line 10:
  
 mysqlnd is part of the PHP source code as of PHP 5.3. Therefore users do not need to install any MySQL libraries on their PHP build host. mysqlnd is part of the PHP source code as of PHP 5.3. Therefore users do not need to install any MySQL libraries on their PHP build host.
 +
 +Windows builds downloaded from php.net use mysqlnd as their default MySQL client library as of PHP 5.3. With PHP 5.4 the default library used with mysql, mysqli and PDO_MySQL is mysqlnd on all platforms. Using the MySQL Client Library (AKA libmysql) is still supported. There are no plans to remove libmysql support.
 +
  
 ==== Major features added after PHP 5.3.0 ==== ==== Major features added after PHP 5.3.0 ====
Line 16: Line 19:
   * SSL is supported since PHP 5.3.3.  See also, http://bugs.php.net/bug.php?id=49234   * SSL is supported since PHP 5.3.3.  See also, http://bugs.php.net/bug.php?id=49234
   * Named pipe support available as of PHP 5.3.4   * Named pipe support available as of PHP 5.3.4
 +
 +==== Feature and extension dependencies ====
 +
 +Mysqlnd is tightly integrated into PHP. It is using PHP infrastructure, for example, PHP Streams. Some mysqlnd features depend on other PHP extensions:
 +
 +  * Compression: requires Zlib extension, http://www.php.net/manual/en/zlib.installation.php
 +  * SSL: requires OpenSSL extension, http://www.php.net/manual/en/openssl.installation.php
 +
 +
  
 ==== Major feature differences ==== ==== Major feature differences ====
  
 **mysqlnd does not support:** **mysqlnd does not support:**
- 
-  * mysqlnd uses PHP Streams for networking: 
-    * no named pipes on Windows - prepared for PHP 5.3.4 
  
   * mysqlnd will not read my.cnf server configuration files   * mysqlnd will not read my.cnf server configuration files
doc/todo/mysqlnd_vs_libmysql.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1