https://bugzilla.wikimedia.org/show_bug.cgi?id=16937


Tim Starling <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #3 from Tim Starling <[email protected]>  2009-01-09 05:02:27 
UTC ---

The PHP source has this:

#if HAVE_PQPARAMETERSTATUS
if (PQprotocolVersion(pgsql) >= 3) {
    add_assoc_string(return_value, "server", (char*)PQparameterStatus(pgsql,
"server_version"), 1);
}
#endif

Most likely the culprit is an old version of libpq which has a protocol version
less than 3. It needs an informative error message advising the user to upgrade
their client library; I don't think supporting old client libraries is a
worthwhile goal. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to