|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-10-22 13:30 UTC] jani@php.net
[2009-10-22 13:35 UTC] atendimento at n2g dot com dot br
[2009-10-22 13:37 UTC] jani@php.net
[2009-10-22 13:55 UTC] atendimento at n2g dot com dot br
[2009-10-23 10:16 UTC] jani@php.net
[2009-10-23 16:21 UTC] atendimento at n2g dot com dot br
[2010-01-11 13:57 UTC] mapopa at gmail dot com
[2010-01-11 14:26 UTC] mapopa at gmail dot com
[2010-01-11 17:01 UTC] mapopa at gmail dot com
[2011-09-12 09:53 UTC] mariuz@php.net
-Status: Open
+Status: Bogus
[2011-09-12 09:53 UTC] mariuz@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 22:00:01 2025 UTC |
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!"); ?>