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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 03:01:30 2024 UTC