php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1628 Nonexistend sybase_affected_rows() function
Submitted: 1999-06-29 17:59 UTC Modified: 1999-06-29 22:48 UTC
From: dzoni at eunet dot yu Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 3.0.11 OS: Linux, RedHat 6.0, kernel 2.2.10
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: dzoni at eunet dot yu
New email:
PHP Version: OS:

 

 [1999-06-29 17:59 UTC] dzoni at eunet dot yu
Documentation for version 3.0.11 mentions function
sybase_affected_rows()
which should return number of rows affected by last
INSERT or UPDATE statement.

When trying to use it, I get

Fatal error: Call to unsupported or undefined function sybase_affected_fows() in
/usr/local/apache/htdocs/somedod.php3 on line 210

I have looked in the functions/sybase.c in the source tree
but not a clue of it.

On the other hand mysql_affected_rows is in functions/mysql.c and probably working properly (I haven't tested it)

It is not critical to me.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-29 22:48 UTC] jim at cvs dot php dot net
This is only available when using the CT lib.
I've added a note to the documentation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC