php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7149 Warning: ifx_connect : E [SQLSTATE=IX 000 SQLCODE=-25560]
Submitted: 2000-10-12 01:18 UTC Modified: 2001-11-14 06:37 UTC
From: hwangwr at kt dot co dot kr Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.2 OS: HP-UX version 10.02
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hwangwr at kt dot co dot kr
New email:
PHP Version: OS:

 

 [2000-10-12 01:18 UTC] hwangwr at kt dot co dot kr
Question :

- PHP Source :
 <html>
 Informix and PHP Test <p>
 <?php
 $res = ifx_connect("cbdb@cncdps3", "sdc", "sdc33");
 if(!$res)
 {
     printf("can not connect to server \n");
  exit;
 }
 echo "DB connect";
 ?>
 </html>

- Warning: ifx_connect : E [SQLSTATE=IX 000 SQLCODE=-25560] in /usr3/web/apache/htdocs/test.php on line 6
can not connect to server 

- Now environment :
     php.ini : "ifx.default_host = cncdps3"  set

 Please supply the information that may be helpful. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 11:30 UTC] sniper@php.net
Does this happen with latest CVS snapshot from http://snaps.php.net/ ?

 [2001-11-14 06:37 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC