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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: seb33300 at hotmail dot com
New email:
PHP Version: OS:

 

 [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: Sun Jun 16 21:01:29 2024 UTC