https://bugzilla.wikimedia.org/show_bug.cgi?id=16937
--- Comment #36 from Karun Dambiec <[email protected]> 2009-05-11 10:33:25 UTC --- (In reply to comment #34) > Also I believe if PHP did fix the problem of pg_version reporting the > wrong version of Postgresql then Mediawiki would still be broken as I think > PHP > would return the server version with the identifier 'server' and not > 'server_version'. > On linux I get the following Array ( [client] => 8.3.7 [protocol] => 3 [server] => 8.3.7 ). The Php documentation for pg_version http://au2.php.net/function.pg_version or perhaps the implementation in PHP appears to be inconsistent. As the documentation refers to server_version. When you run the php script you posted do you get server_version or server in the array? If possible could you post the output of the array. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
