From: Robert T. <no...@gi...> - 2019-06-28 04:08:44
|
Branch: refs/heads/master Home: https://github.com/phppgadmin/phppgadmin Commit: 1ea83accae6229e6b63844d948ed144fe486fee0 https://github.com/phppgadmin/phppgadmin/commit/1ea83accae6229e6b63844d948ed144fe486fee0 Author: Robert Treat <ro...@xz...> Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths: M classes/ArrayRecordSet.php M classes/Gui.php M classes/Misc.php M classes/class.select.php M classes/database/ADODB_base.php M classes/database/Connection.php M classes/database/Postgres.php M classes/database/Postgres10.php M classes/database/Postgres11.php M classes/database/Postgres74.php M classes/database/Postgres80.php M classes/database/Postgres81.php M classes/database/Postgres82.php M classes/database/Postgres83.php M classes/database/Postgres84.php M classes/database/Postgres90.php M classes/database/Postgres91.php M classes/database/Postgres92.php M classes/database/Postgres93.php M classes/database/Postgres94.php M classes/database/Postgres95.php M classes/database/Postgres96.php M libraries/adodb/adodb.inc.php M libraries/adodb/drivers/adodb-postgres64.inc.php M libraries/adodb/drivers/adodb-postgres7.inc.php M libraries/decorator.inc.php Log Message: ----------- At last, the long awaited patch for php7 support. 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. |