Date: 12/10/99
- Next message: Bug Database: "[PHP-DEV] Bug #816 Updated: compile fails with Oracle 7.3.4 on SCO Openserver 5.0.4c"
- Previous message: Bug Database: "[PHP-DEV] Bug #1085 Updated: File upload failes with error msg when uploading 32-Bit executables > 500 kB"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2953 Updated: ininformix database connection does not work"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2953 Updated: ininformix database connection does not work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 2953
Updated by: danny
Reported By: judah <email protected>
Status: Open
Bug Type: Other
Assigned To:
Comments:
As far as I can see, your connection *does* work.
>From the Informix ESQL/C manual :
W = "Warning" (NOT Error !)
SQLSTATE 01 I04 : "database selected"
SQLCODE = 0 : "success"
This seems pretty good to me.
But why the test "is_integer" ? The connection id is a resource, not an integer.
Please try :
if (! $connection_id) {
}
Danny
---Full Bug description available at: http://bugs.php.net/version4/?id=2953
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #816 Updated: compile fails with Oracle 7.3.4 on SCO Openserver 5.0.4c"
- Previous message: Bug Database: "[PHP-DEV] Bug #1085 Updated: File upload failes with error msg when uploading 32-Bit executables > 500 kB"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2953 Updated: ininformix database connection does not work"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2953 Updated: ininformix database connection does not work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

