Build: #1447 was successful

Job: PHP 8.2 - SQLite Package was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc f91d67152b97fdb6fcb1a7d27d813d7f45b1caa1

    Merge pull request #6849 from rxu/ticket/17543
    [ticket/17543] Update composer and dependencies and provide better support for PHP 8.5

  • rxu

    rxu e74521a3cf231fb1600fe39bc658da83d2e8431a m

    [ticket/17543] Enable bz2 and fileinfo PHP extensions for Windows tests
    PHPBB-17543

    • .github/workflows/tests.yml (version e74521a3cf231fb1600fe39bc658da83d2e8431a)
  • rxu

    rxu f670231faa7676fa7bb516dd8e53b4586a0c0de9 m

    [ticket/17543] Adjust PHPUnit XML configuration
    Define source code directories to test and restrict reporting
    of deprecation errors to them only to avoid getting this kind
    of errors from the 3rd party software and temporary/cache files.

    PHPBB-17543

    • .github/phpunit-mariadb-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • .github/phpunit-mssql-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • .github/phpunit-mysql-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • .github/phpunit-postgres-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • .github/phpunit-psql-windows-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • .github/phpunit-sqlite3-github.xml (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
    • phpunit.xml.dist (version f670231faa7676fa7bb516dd8e53b4586a0c0de9)
  • rxu

    rxu b2aa276a2a861d77259750faa0207e9a728e4f81 m

    [ticket/17543] Fix more PHP 8.5 deprecation warnings
    PHPBB-17543

    • phpBB/includes/functions_posting.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • phpBB/phpbb/captcha/plugins/recaptcha_v3.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • phpBB/phpbb/db/doctrine/connection_parameter_factory.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • phpBB/phpbb/notification/type/post.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • phpBB/phpbb/search/backend/fulltext_native.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • tests/profilefields/type_bool_test.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
    • tests/profilefields/type_dropdown_test.php (version b2aa276a2a861d77259750faa0207e9a728e4f81)
  • rxu

    rxu 9e764b2a98876fb6191cca4bb46bc68ce8603c27 m

    [ticket/17543] Remove ReflectionProperty::setAccessible() method calls
    As of PHP 8.1.0, calling this method has no effect; all properties
    are accessible by default. The method is deprecated since PHP 8.5.

    PHPBB-17543

    • tests/avatar/driver_gravatar_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/ban/ban_manager_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/cache/file_driver_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/captcha/turnstile_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/datetime/from_format_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/dbal/db_tools_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/email/email_parsing_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/extension/extension_base_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/files/types_local_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/files/upload_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/filesystem/helper_realpath_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/filesystem/realpath_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/group/helper_test_case.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/language/language_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/messenger/queue_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/migrator/get_callable_from_step_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/notification/notification_method_email_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/notification/notification_method_webpush_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/template/extension_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/template/template_test_case.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/template/twig_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/text_reparser/plugins/post_text_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/text_reparser/plugins/test_row_based_plugin.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/ucp/controller_webpush_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
    • tests/upload/filespec_test.php (version 9e764b2a98876fb6191cca4bb46bc68ce8603c27)
  • rxu

    rxu 5336d51f54077e480fa55712d2beef353e1779cf m

    [ticket/17543] Update composer and dependencies
    Update composer.phar and dependencies for better support of upcoming PHP 8.5.

    PHPBB-17543

    • composer.phar (version 5336d51f54077e480fa55712d2beef353e1779cf)
    • phpBB/composer.lock (version 5336d51f54077e480fa55712d2beef353e1779cf)