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
Last revisionBoth sides next revision
doc:todo:mysqlnd_vs_libmysql [2011/09/08 14:31] – [Build related] uwdoc:todo:mysqlnd_vs_libmysql [2011/09/08 14:42] – [Feature and extension dependencies] uw
Line 20: Line 20:
   * 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
 +
 +
 +Please make sure that you are using a PHP build with Zlib and OpenSSL support when switching from libmysql to mysqlnd. This will ensure that mysqlnd offers the same functionality as libmysql does.
 ==== 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