ID: 11728 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: PostgreSQL related Operating system: Linux 2.2.19 PHP Version: 4.0.6 Description: (null) given instead of actual error message Two examples: <?PHP $link_id = pg_pconnect ("host='localhost' user='root' password='foo'") or print ($php_errormsg); $link_id = pg_connect ("host='localhost' user='root' password='foo'") or print ($php_errormsg); ?> Previous Comments: --------------------------------------------------------------------------- [2001-06-27 11:48:34] [EMAIL PROTECTED] Could you please include shortest possible script to reproduce this? --Jani --------------------------------------------------------------------------- [2001-06-27 05:09:21] [EMAIL PROTECTED] Also, seems to only happen when using persistant connections. Non-persistant connections will show the errors correctly. --------------------------------------------------------------------------- [2001-06-27 04:43:09] [EMAIL PROTECTED] Not sure if this is important but I'm retrieving the error from the $php_errormsg variable. --------------------------------------------------------------------------- [2001-06-27 04:39:40] [EMAIL PROTECTED] As of PHP 4.0.6 detailed errors concerning PostgreSQL are not being given, instead (null) is shown. For instance 4.0.5 will show: Unable to connect to PostgreSQL server: Password authentication failed for user 'foouser' 4.0.6 currently shows: Unable to connect to PostgreSQL server: (null) I can give more detailed info/specs if needed. Thanks! --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=11728 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]