summaryrefslogtreecommitdiff
path: root/classes/database/Postgres92.php
AgeCommit message (Collapse)Author
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
This commit is focused strictly on the class/constructor changes. This has primarily been tested on php 7.1 and postgres 11, with all tests passing though there are some spurious warnings; I have fixes for them but will add them in seperate commits. Note that the code here is my own, but I did look at patches from @gabrielhomsi and @w1ldzer0 for some sanity checking. Any bugs or missing items are on me.
2015-02-01Explicit Support for PG 9.4Robert Treat
2013-05-18Explicit support for PG 9.3.Karl O. Pinc