ID: 7014 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: InterBase related Assigned To: jah Comments: this is marked as assigned, but there's no one in the 'assign to' field. I guess this one belongs to jah, if not, reassign, please. btw, I could probably test IB on NT 4/5 a bit, too. Previous Comments: --------------------------------------------------------------------------- [2000-11-27 08:18:36] [EMAIL PROTECTED] Re-open. Didn't read all the comments... --------------------------------------------------------------------------- [2000-11-27 08:17:02] [EMAIL PROTECTED] User reported this to be fixed. --------------------------------------------------------------------------- [2000-10-28 16:03:27] [EMAIL PROTECTED] Hi. Although I reported that things were working there was one test I did not do and that is a commit. Here is a simple example. When I run this and try to commit, I get an exception in php.exe. I can send other SQL statements, such as an insert and this same code works. <?php print "connect<br>"; $dbServer = "localhost"; $dbName = "C:test.gdb"; $user = "test"; $passwd = "test"; $connect = $dbServer . ":" . $dbName; $dbh = ibase_connect( $connect, $user, $passwd ); print "commit<br>"; $commit = ibase_prepare( "COMMIT;" ); ibase_execute( $commit ); ibase_free_query( $commit ); print "disconnect<br>"; ibase_close( $dbh ); ?> --------------------------------------------------------------------------- [2000-10-28 15:13:55] [EMAIL PROTECTED] Hi. I tested the 4.0.4-dev release from www.php4win.de. The bug I reported on NT 4.0 SP5 is fixed! Thank you! --------------------------------------------------------------------------- [2000-10-27 23:44:59] [EMAIL PROTECTED] This is, I hope, fixed (can't test it because I don't have any Windows machine).You should fetch php4.0.4-dev for win32 from http://www.php4win.de. Or if you would rather stay with a release version, php4.0.3 for win32 from the same place and contact me ([EMAIL PROTECTED]) directly for an updated version of php_interbase.dll (thanks to Daniel Beulshausen for compiling it), there was still one critical InterBase-related bug in 4.0.3. --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. Full Bug description available at: http://bugs.php.net/?id=7014 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]