php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12549 Connect Interbase Server
Submitted: 2001-08-03 08:10 UTC Modified: 2002-05-25 09:24 UTC
From: relaxbg at yahoo dot com Assigned:
Status: Not a bug Package: InterBase related
PHP Version: 4.0.5 / 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: relaxbg at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-08-03 08:10 UTC] relaxbg at yahoo dot com
$lnk = ibase_connect($DB_SERVER,$DB_LOGIN,$DB_PASSWORD);

InterBase: Unable to complete network request to host "...". Failed to establish a connection. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-03 09:10 UTC] andy@php.net
make sure the server, username, and pass are all valid.  Is the
interbase server on the same computer as the script, or different?
 [2001-08-03 09:17 UTC] relaxbg at yahoo dot com
I'm sure than the server, username, and pass are all valid. And interbase server on the same computer as the script.

 [2001-08-03 09:21 UTC] andy@php.net
i'm assuming that you are using "localhost" or "127.0.0.1" as
your $DB_SERVER...
 [2001-08-03 09:30 UTC] relaxbg at yahoo dot com
Example:
$DB_SERVER = '202.38.65.77:\temp\database\tmp.gdb' it seems so ...
 [2002-05-25 09:24 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC