ID: 24227
Updated by: [EMAIL PROTECTED]
Reported By: jr07766 at hotmail dot com
-Status: Open
+Status: Bogus
Bug Type: *Database Functions
Operating System: IRIX 6.5.19f
PHP Version: 4.3.2
New Comment:
As long as you don't say it worked in PHP 4.3.1 but not in 4.3.2, we
have to say it's not a bug. That thing hasn't changed at all for couple
of months at least..
So please, ask elsewhere for support, here you won't find
any support on _using_ PHP.
Previous Comments:
------------------------------------------------------------------------
[2003-06-18 16:08:57] jr07766 at hotmail dot com
status = open
------------------------------------------------------------------------
[2003-06-18 16:07:07] jr07766 at hotmail dot com
I successfully compiled and installed php. How do I or you know whether
this is a bug or not. I can't find anybody that has successfully used
php with ingres.
------------------------------------------------------------------------
[2003-06-18 14:20:31] [EMAIL PROTECTED]
This is a bug database, not support forum.
------------------------------------------------------------------------
[2003-06-17 12:55:16] jr07766 at hotmail dot com
Description:
------------
I have successfully compiled and installed php 4.3.2 with Ingres II
support using Apache 2.0.46. I cannot get the ingres_connect function
to work. I would greatly appreciate any help in identifying why this is
happening and what I need to do to fix the problem
These are the messages I am getting when I try to connect to the ingres
database using:
$link = ingres_connect("$host" . "::" . "$database", "$user",
"$password")
or trigger_error("Could not connect to Ingres database '" .
$database . "'",E_USER_ERROR);
Warning: ingres_connect(): Ingres II: Server or API error : Unable to
authenticate client's user ID. in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php
on line 36
Warning: ingres_connect(): Ingres II: SQLSTATE : 08004 in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line 36
Warning: ingres_connect(): Ingres II: Unable to connect to database
(192.168.1.103::arsr4) in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line
36
Fatal error: Could not connect to Ingres database 'arsr4' in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line 37
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24227&edit=1