ID:               49955
 Updated by:       j...@php.net
 Reported By:      atendimento at n2g dot com dot br
-Status:           Open
+Status:           Feedback
 Bug Type:         InterBase related
 Operating System: Windows
 PHP Version:      5.2.11
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




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

[2009-10-22 13:55:33] atendimento at n2g dot com dot br

I did. And returned the normal result:

Hello world!

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

[2009-10-22 13:37:44] j...@php.net

Does something simple like this work:

<?php echo "Hello world!"; ?>

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

[2009-10-22 13:35:47] atendimento at n2g dot com dot br

There's no firewall. Actually, the script is connecting to the
database. It retrieves the results correctly. But he gives me that
error.

Thank's for replying.

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

[2009-10-22 13:30:39] j...@php.net

And you're sure there isn't any firewall in between which might not
allow the connection?

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

[2009-10-22 12:01:07] atendimento at n2g dot com dot br

Description:
------------
When testing at my local server I`ve got no errors. Besides, when I
send the script to the remote server I've been having this error:

Warning: Unknown: Unable to complete network request to host
"200.219.204.106". Error reading data from the connection. Bad file
descriptor in Unknown on line 0

I've also tried ibase_connect, but with no results. All my script is
working well, but he keeps giving me that error message above.

Reproduce code:
---------------
<?
$conFb = @ibase_pconnect($host, $user, $pass)
         or die("Erro when trying to connect!");
?>



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


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

Reply via email to