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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 26 14:01:30 2024 UTC