php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #47720 wrong function name : mssql_rows_affected
Submitted: 2009-03-19 16:05 UTC Modified: 2009-03-20 01:00 UTC
From: seb33300 at hotmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2009-03-19 16:05 UTC] seb33300 at hotmail dot com
Description:
------------
In the php documentation (manual) the function name mssql_rows_affected is incorrect.

PHP notice a fatal error : "Call to undefined function"

The real name of this function is mssql_affected_rows (like the mysql function)

Reproduce code:
---------------
---
From manual page: function.mssql-rows-affected
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-20 01:00 UTC] felipe@php.net
Hello, the mssql_rows_affected actually exists, mssql_affected_rows not.
 [2009-03-20 01:00 UTC] felipe@php.net
.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 12:01:32 2024 UTC