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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Tue Mar 19 07:01:29 2024 UTC