php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #70352 mysqli_get_cache_stats() Missing
Submitted: 2015-08-25 07:23 UTC Modified: 2015-08-25 12:49 UTC
From: accounts at dotmanila dot com Assigned: cmb (profile)
Status: Closed Package: MySQLi related
PHP Version: 5.6.12 OS: CentOS 6.6
Private report: No CVE-ID: None
 [2015-08-25 07:23 UTC] accounts at dotmanila dot com
Description:
------------
Compile 5.6.12 with and test with test script below:

./configure --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd

An error would be returned:

Fatal error: Call to undefined function mysqli_get_cache_stats() in /root/php-stats.php on line 17

Based on https://bugs.php.net/bug.php?id=61838 this should either be removed from doc or restored to an empty array as result.

Expected result:
----------------
Return an empty array or remove from doc.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-08-25 11:58 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2015-08-25 12:48 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=337623
Log: updated manual wrt. removal of mysqli_get_cache_stats() (fixes #70352)
 [2015-08-25 12:49 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2015-08-25 12:49 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC