php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55329 mysqli_report improperly in deprecated function section
Submitted: 2011-07-31 20:10 UTC Modified: 2013-01-17 08:02 UTC
From: kristjan dot siimson at gmail dot com Assigned: philip (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kristjan dot siimson at gmail dot com
New email:
PHP Version: OS:

 

 [2011-07-31 20:10 UTC] kristjan dot siimson at gmail dot com
Description:
------------
This is marked deprecated or alias; but it is neither a deprecated function or an 
alias.

---
From manual page: http://www.php.net/function.mysqli-report%23Description
---



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-29 10:21 UTC] a at b dot c dot de
Alias of $MySQLi_Driver->report_mode
 [2011-12-04 23:50 UTC] frozenfire@php.net
-Status: Open +Status: Verified
 [2011-12-04 23:50 UTC] frozenfire@php.net
It appears that whoever relegated all of those functions just renamed the MySQLi 
functions section to be the aliased and deprecated functions section. Because 
mysql_report is a function without an OOP variant, because it's defined 
independently of the rest of the extension, it became the "baby thrown out with 
the bathwater".

I could create a new section for the aliased and deprecated function, and move 
them there, and revert the main functions section to its former glory, or I 
could move the mysqli_report function to its own section. Not sure which is the 
wiser course.
 [2011-12-04 23:54 UTC] frozenfire@php.net
-Summary: Marked deprecated or alias +Summary: mysqli_report improperly in deprecated function section
 [2013-01-17 07:29 UTC] philip@php.net
-Assigned To: +Assigned To: philip
 [2013-01-17 07:59 UTC] philip@php.net
Automatic comment from SVN on behalf of philip
Revision: http://svn.php.net/viewvc/?view=revision&revision=329175
Log: Moved mysqli_report() / $report_mode docs under mysqli_driver/.
This closes PHP Bug #55329
This change includes updates, mainly to the example / see also sections.
 [2013-01-17 08:02 UTC] philip@php.net
Thank you for the bug report. This is now documented under the mysqli_driver class 
as both a property and function. The mysqli_report() docs now report as an alias 
and link to these docs. This change will show up online on around Jan 18 2013.
 [2013-01-17 08:02 UTC] philip@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 16 14:01:26 2025 UTC