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
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: 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

Pull Requests

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: Thu Dec 26 19:01:30 2024 UTC