php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55643 List possible pitfalls when switching from libmysql to mysqlnd
Submitted: 2011-09-08 14:49 UTC Modified: 2017-01-28 11:34 UTC
From: uw@php.net Assigned:
Status: Open Package: *Configuration Issues
PHP Version: 5.4SVN-2011-09-08 (SVN) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
13 + 18 = ?
Subscribe to this entry?

 
 [2011-09-08 14:49 UTC] uw@php.net
Description:
------------
As of PHP 5.4 the mysql, mysqli and PDO_MySQL will use mysqlnd instead of libmysql if use of libmysql is not explicitly requested when compiling PHP.

libmysql comes with compression and SSL support by default. mysqlnd is using PHP infrastructure and depends on --with-openssl for SSL support and --with-zlib for compression support, see also:

https://wiki.php.net/doc/todo/mysqlnd_vs_libmysql?&#feature_and_extension_dependencies

People need to be educated about this.

(Will ask Philip Olson to handle this bug as a member of the MySQL documentation team) 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 11:34 UTC] cmb@php.net
-Type: Feature/Change Request +Type: Documentation Problem -Package: Documentation problem +Package: *Configuration Issues
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC