From: benji at autec dot es Operating system: Windows XP Professional PHP version: 4.3.2 PHP Bug Type: InterBase related Bug description: ibase_rollback warning message
When you do a: ibase_rollback( $connection, $trans); both parameters being correct. This function returns a warning message claiming wrong parameter count. but works fine anyway. Also if you call: ibase_rollback( $trans); Function does not give any error message. The documentation says: int ibase_rollback ( [int link_identifier, int trans_number] ) May be it is an error of the documetation... Thank you php team, Ben -- Edit bug report at http://bugs.php.net/?id=24097&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24097&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24097&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24097&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24097&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24097&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24097&r=support Expected behavior: http://bugs.php.net/fix.php?id=24097&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24097&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24097&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24097&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24097&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24097&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24097&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24097&r=gnused
