Build: #462 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Rhea

  • Marc

    Marc f08d18c99c1f01497877535a0c55d6289275e339

    Merge pull request #5295 from v12mike/ticket/15726
    Ticket/15726 Implement selective purge in APCu cache driver

  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 5edb33036654fad4df63507f00934b0d078e2756 m

    [ticket/15726] Implement selective purge in APCu
    fix indentation of comment

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 5edb33036654fad4df63507f00934b0d078e2756)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 33268e5a72b3858c09d97bb696a21911ec139815 m

    [ticket/15726] Implement selective purge in APCu cache driver
    Edit comment

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 33268e5a72b3858c09d97bb696a21911ec139815)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 7f1f64b1dcebb28ab575e1905676471b473d08ed m

    [ticket/15726] Implement selective purge in APCu cache driver
    Fix whitespace

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 7f1f64b1dcebb28ab575e1905676471b473d08ed)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> bf9af922208ad93c2afbe4fa9462f8914c8d4363 m

    [ticket/15726] Implement selective purge in APCu cache driver
    Correcting code formatting and whitespace

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version bf9af922208ad93c2afbe4fa9462f8914c8d4363)
    • tests/cache/apcu_driver_test.php (version bf9af922208ad93c2afbe4fa9462f8914c8d4363)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 7d4d9770cfc38d613c3cf2b8495d2f8e63623ebd m

    [ticket/15726] Implement selective purge in APCu cache driver
    fix file permissions

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 7d4d9770cfc38d613c3cf2b8495d2f8e63623ebd)
    • tests/cache/apcu_driver_test.php (version 7d4d9770cfc38d613c3cf2b8495d2f8e63623ebd)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 63a3033f15428b1af9a121708eb4a2bd4bef43c0 m

    [ticket/15726] Implement selective purge in APCu cache driver
    Fix whitespace

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 63a3033f15428b1af9a121708eb4a2bd4bef43c0)
  • v12mike <github@ingenious.co.nz>

    v12mike <github@ingenious.co.nz> 02234783c6f0fd9b15faf7a17d3bb8b1d39da557 m

    [ticket/15726] Implement selective purge in APCu cache driver
    The current APCu cache driver implements a global clearing of the APCu
    when the phpBB cache is purged. This is inappropriate if there are other
    phpBB boards, or other php applications sharing the APCu cache.

    This patch changes the behviour so that only cache entries matching
    the key_prefix of this board are cleared by a phpBB cache purge.

    The APCu unit test script has been updated to test this behaviour.
    It has also been updated so that the test case can be run individually
    previously it relied on initialisations made in other test scripts.

    PHPBB3-15726

    • phpBB/phpbb/cache/driver/apcu.php (version 02234783c6f0fd9b15faf7a17d3bb8b1d39da557)
    • tests/cache/apcu_driver_test.php (version 02234783c6f0fd9b15faf7a17d3bb8b1d39da557)