Date: 06/29/99
- Next message: Bug Database: "[PHP-DEV] Bug #1617 Updated: Failure to compile with MySQL support since PHP ver. 3.0.9"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] need help with zend class overloading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: dzoni <email protected>
Operating system: Linux, RedHat 6.0, kernel 2.2.10
PHP version: 3.0.11
PHP Bug Type: Sybase (dblib) related
Bug description: Nonexistend sybase_affected_rows() function
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.
-- PHP Development Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1617 Updated: Failure to compile with MySQL support since PHP ver. 3.0.9"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] need help with zend class overloading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

