php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55040 mysql extensions are not enabled by default and do not use mysqlnd
Submitted: 2011-06-12 07:51 UTC Modified: 2011-12-08 00:57 UTC
From: hradtke@php.net Assigned: philip (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.3.6 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hradtke@php.net
New email:
PHP Version: OS:

 

 [2011-06-12 07:51 UTC] hradtke@php.net
Description:
------------
Reading http://www.php.net/manual/en/mysql.installation.php it says that mysqlnd is enabled by default in Unix and that all three mysql extensions are enabled by default in Unix. This does not appear to be the case. These pages seems to be more accurate: http://www.php.net/manual/en/mysqlnd.install.php http://www.php.net/manual/en/mysqli.installation.php

Examples:
./configure && make && ./sapi/cli/php | grep mysql - no mysql extensions installed
./configure --with-mysql - this will build against libmysqlclient instead of mysqlnd.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-08 00:57 UTC] philip@php.net
This was fixed awhile ago. Thanks for the report.
 [2011-12-08 00:57 UTC] philip@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: philip
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 19:01:34 2024 UTC