ID: 49955 User updated by: atendimento at n2g dot com dot br Reported By: atendimento at n2g dot com dot br -Status: Feedback +Status: Open Bug Type: InterBase related Operating System: Windows PHP Version: 5.2.11 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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