php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #48598 mysqli extension requirements note does not coincide with MySQL
Submitted: 2009-06-18 17:03 UTC Modified: 2009-06-29 10:44 UTC
From: todd at magnifisites dot com Assigned: abedford (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2009-06-18 17:03 UTC] todd at magnifisites dot com
Description:
------------
There is a note on the mysqli extension requirements page that is unclear and does not coincide with the documentation on the MySQL documentation found at

http://dev.mysql.com/doc/refman/5.1/en/apis-php-mysqli.setup.html#apis-php-mysqli.requirements

Particularly the reference to 5.0.7 or newer.  The documentation is unclear and even confusing on the PHP site.

Reproduce code:
---------------
---
From manual page: mysqli.requirements
---

located at:

http://www.php.net/manual/en/mysqli.requirements.php

Note: The mysqli extension is designed to work with MySQL version 4.1.13 or newer, or 5.0.7 or newer. For previous versions, please see the MySQL extension documentation. 

Expected result:
----------------
Note: The mysqli extension is designed to work with the version 4.1.3 or above of MySQL. For previous versions, please see the MySQL extension documentation.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-19 08:23 UTC] abedford@php.net
The information in the PHP source docs is correct. The problem appears 
to be that the PHP source code has not synched over to the MySQL site 
correctly. I will look into it.
 [2009-06-19 08:30 UTC] abedford@php.net
Yes, we have a problem with our synchronization software (PHP CVS -> 
MySQL website). We will fix as soon as possible. Thanks.
 [2009-06-29 10:44 UTC] abedford@php.net
The synchronization process has now been fixed. The PHP and MySQL site 
now display the same information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 11 10:01:31 2024 UTC