ID: 6525
Updated by: thies
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: PostgreSQL related
Assigned To:
Comments:
believed to be fixed in CVS
Previous Comments:
---------------------------------------------------------------------------
[2000-09-04 05:45:11] [EMAIL PROTECTED]
I've a script running without problems under 4.0.0, using 4.0.x (x > 0) results in the
same problem. The connection is established, but when passing it's descriptor as an
argument, to any other pgsql function, it warns, that it's no pg connection
identifier. The script could look like this:
$db = db_connect($db_server_name, $db_server_port, $db_name,
$db_user, $db_password);
if (!$db) {
exit();
}
// next line produces the warning
$res = db_query($db, "select * from table");
Called funcions are defined in
http://wp-klenci.domazlice-net.cz/dp/php/lib/1st_level/pgsql.phps as a simple wrapper
to pg functions.
Ondrej Svetlik
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=6525&edit=2
--
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]