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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 15:01:34 2024 UTC