ID:               34686
 Updated by:       [EMAIL PROTECTED]
 Reported By:      douglas at elementech dot co dot za
-Status:           Open
+Status:           Bogus
 Bug Type:         Informix related
 Operating System: Red Hat Linux Enterprise 3
 PHP Version:      5.0.5
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Ask the Informix support for info about that error..



Previous Comments:
------------------------------------------------------------------------

[2005-09-30 09:23:16] douglas at elementech dot co dot za

The ifx_error and ifx_errormsg return:

E [SQLSTATE=IX 001 SQLCODE=-1829]
and
Unable to load locale categories.

------------------------------------------------------------------------

[2005-09-30 09:19:02] douglas at elementech dot co dot za

Description:
------------
I have configured and installed PHP successfully, everything works
except when I try and create a Informix DB Connection:


Reproduce code:
---------------
<?php
  $conn = ifx_connect("[EMAIL PROTECTED]", "username", "password");
?>

I get the following error:

Warning: ifx_connect() [function.ifx-connect]: E [SQLSTATE=IX 001
SQLCODE=-1829] in /www/htdocs/test.php on line 2

PHP was configured with: 

./configure 
--with-mysql=/usr/local/mysql 
--with-informix=/opt/informix 
--with-apxs2=/www/bin/apxs 
--with-gd 
--with-zlib-dir=/usr/local 
--with-jpeg-dir=/usr/local 
--enable-ftp 
--with-mssql=/usr/local 
--enable-track-vars 
--with-freetype 
--with-pdflib=/usr/local/pdflib

Both $INFORMIXDIR and $INFORMIXSERVER have been set.

Expected result:
----------------
Create the DB connection.

Any help or advice would be appreciated.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34686&edit=1

Reply via email to