php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33304 Typo on mysql_affected_rows page
Submitted: 2005-06-10 18:00 UTC Modified: 2005-06-10 18:06 UTC
From: dkaravas at pointofimpact dot com Assigned:
Status: Not a bug Package: Website 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: dkaravas at pointofimpact dot com
New email:
PHP Version: OS:

 

 [2005-06-10 18:00 UTC] dkaravas at pointofimpact dot com
Description:
------------
Hello,

On the mysql_affected_rows function page you have a typo. The page (http://ca3.php.net/manual/en/function.msql-affected-rows.php) lists the function as being spelled "msql_affected_rows". It should be "mysql_affected_rows".

The way it is spelled on the php.net site generates an unkown function call.

It appears that other mysql commands are shown as mssql.

Thanks,

Demetri Karavas

Reproduce code:
---------------
Fatal error: Call to undefined function: msql_affected_rows()

Expected result:
----------------
I expect it to return a value of 1 or 0 and not a fatal error.

Actual result:
--------------
Fatal error: Call to undefined function: msql_affected_rows()

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-10 18:06 UTC] cece@php.net
You linked a wrong page.
The right link is:
http://ca3.php.net/manual/en/function.mysql-affected-rows.php
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 08:00:02 2026 UTC