ID:               7014
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Assigned
 Bug Type:         InterBase related
 Operating System: NT 4.0 SP5
 PHP Version:      4.0.2
 Assigned To:      jah
 New Comment:

Any news on this Jouni?


Previous Comments:
------------------------------------------------------------------------

[2001-01-12 23:15:40] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[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!

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/7014

-- 
Edit this bug report at http://bugs.php.net/?id=7014&edit=1

Reply via email to