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:
And you're sure there isn't any firewall in between which might not allow the connection? Previous Comments: ------------------------------------------------------------------------ [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