Attempting to connect to my Informix database via the Informix API.
1) configured php4 - 4.2.3 with the following;
configure --with-apxs=/usr/local/apache/bin/apxs \
--with-informix=/home/informix
2) did the make and make install
3) made sure that the php.ini and libphp4.so were in the appropriate directories.
Get a SQLCODE error -952 from the following;
$result = ifx_pconnect("testdb@test_net", "informix", "pass")
The error message associated with -952 is;
"User's password is not correct fo rthe database server"
This user is the Informix DBA account and I can enter the database just fine with the following when logged in as 'informix';
dbaccess testdb@test_net
The frustrating part is I had it working once.
What the heck broke?
Is it possible
HELP!!!!!!