Build: #1159 was successful Changes by Marc

Code commits

phpBB Master

  • Marc

    Marc d73b60781e967431ddbd848758afb1ba24941de8

    Merge branch '3.3.x'

  • Marc

    Marc a9ba897f6c84ae788bf7413b88bfaa0d84c6c6fc

    Merge pull request #6494 from rxu/ticket/17148-master
    [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master

  • Marc

    Marc 5ee2efd4c249549ab347e72ff06e260710e0eeb2 m

    Merge pull request #6493 from rxu/ticket/17148
    [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x

  • rxu

    rxu bcf1befef89f9cf3924791d1eb688a1a15e9b9d0 m

    [ticket/17148] Bump PostgreSQL minimum requirement to 9.4+
    master branch uses Doctrine 3 which provides specific platform
    only for PostgreSQL 9.4 and above.
    Also bump maximum PHP requirement to PHP 8.2 as it is infact.

    PHPBB3-17148

    • phpBB/docs/INSTALL.html (version bcf1befef89f9cf3924791d1eb688a1a15e9b9d0)
  • rxu

    rxu d9ebc9fe1a3db0e68cbba168ce2c7ea4f99436da m

    Merge branch 'ticket/17148' into ticket/17148-master

  • rxu

    rxu 8c33a2180da2f1a2bed88a134f8a878932957736 m

    [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
    PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
    (support was added since v. 9.4).
    Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.

    PHPBB3-17148

    • .github/workflows/tests.yml (version 8c33a2180da2f1a2bed88a134f8a878932957736)
    • phpBB/phpbb/db/tools/postgres.php (version 8c33a2180da2f1a2bed88a134f8a878932957736)