d87becfa8a
Merge branch '3.3.x'
2020-04-21 17:20:18 +02:00
e979194a0e
Merge branch '3.2.x' into 3.3.x
2020-04-21 17:20:08 +02:00
3e128d06f4
[ticket/16432] Display APCu Cache notice when handling extensions through CLI
...
PHPBB3-16432
2020-04-12 00:46:00 +02:00
fc541c1943
Merge branch '3.3.x'
2020-02-15 16:51:34 +01:00
b1f0276307
Merge branch '3.2.x' into 3.3.x
2020-02-15 16:46:02 +01:00
9749aa936c
[ticket/16351] Use CHMOD constants from filesystem_interface
...
PHPBB3-16351
2020-02-02 22:00:38 +00:00
f26c79621b
Merge branch '3.3.x'
2019-11-27 08:10:49 +01:00
380b7d0a98
[ticket/16223] Use constructor arguments instead of func_get_args()
...
PHPBB3-16223
2019-11-25 22:16:41 +01:00
c7d47e34e8
[ticket/16223] Ensure memcached tests are only run when available
...
PHPBB3-16223
2019-11-25 21:27:43 +01:00
86085f96ab
[ticket/16223] Remove no longer supported memcache driver
...
PHPBB3-16223
2019-11-24 16:54:57 +01:00
30cb427349
Merge branch '3.3.x'
2019-10-07 10:40:25 +02:00
25ae4fa355
[ticket/15922] Remove driver for discontinued APC cache
...
PHPBB3-15922
2019-10-03 22:42:34 +02:00
0071dce31d
Merge branch '3.3.x'
2019-07-22 21:24:51 +02:00
01018630c9
Merge pull request #5619 from marc1706/ticket/16082
...
[ticket/16082] Remove XCache as it does not support PHP 7
2019-07-22 21:24:46 +02:00
5b3aa37527
Merge branch '3.3.x'
2019-07-22 21:23:22 +02:00
6422bdb5ec
[ticket/16082] Remove XCache as it does not support PHP 7
...
PHPBB3-16082
2019-06-06 22:21:40 +02:00
7572bc050b
[ticket/16081] Remove eAccelerator cache driver
...
eAccelerator does not support any PHP version above 5.3.
PHPBB3-16081
2019-06-06 22:13:03 +02:00
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
58dd39f781
Merge branch '3.2.x'
2018-09-16 16:19:59 +02:00
f08d18c99c
Merge pull request #5295 from v12mike/ticket/15726
...
Ticket/15726 Implement selective purge in APCu cache driver
2018-09-16 16:10:25 +02:00
5edb330366
[ticket/15726] Implement selective purge in APCu
...
fix indentation of comment
PHPBB3-15726
2018-09-16 16:06:00 +02:00
33268e5a72
[ticket/15726] Implement selective purge in APCu cache driver
...
Edit comment
PHPBB3-15726
2018-09-16 16:05:55 +02:00
7f1f64b1dc
[ticket/15726] Implement selective purge in APCu cache driver
...
Fix whitespace
PHPBB3-15726
2018-09-16 16:05:51 +02:00
bf9af92220
[ticket/15726] Implement selective purge in APCu cache driver
...
Correcting code formatting and whitespace
PHPBB3-15726
2018-09-16 16:05:46 +02:00
7d4d9770cf
[ticket/15726] Implement selective purge in APCu cache driver
...
fix file permissions
PHPBB3-15726
2018-09-16 16:05:40 +02:00
63a3033f15
[ticket/15726] Implement selective purge in APCu cache driver
...
Fix whitespace
PHPBB3-15726
2018-09-16 16:05:33 +02:00
02234783c6
[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
2018-09-16 16:05:22 +02:00
796dde0428
Merge branch '3.2.x'
2018-09-16 13:08:39 +02:00
c7631635fa
[ticket/15791] php 7.2 count() bug in memory cache driver
...
function `_read` in classes inherted from `memory`
may returns `false` but `$vars` must be an array
PHPBB3-15791
2018-09-16 06:38:58 +03:00
3c295abd66
[ticket/15286] Remove download_mode
...
PHPBB3-15286
2018-05-01 10:47:11 +02:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
3dc1cde5c6
Merge branch '3.2.x'
2017-10-15 21:32:26 +02:00
5aceccf00b
[ticket/15401] Use separate constant for memcached driver config
...
PHPBB3-15401
2017-10-15 14:13:26 +02:00
6de10bd75e
Merge branch '3.2.x'
2017-09-28 18:57:57 +02:00
f1f35f7f3d
[ticket/15365] Fix invalidating OPcache
...
PHPBB3-15365
2017-09-16 11:10:04 +02:00
b1fe0f9dbe
Merge branch '3.2.x'
2017-09-07 15:09:40 +02:00
4e5fd9a6e9
[ticket/15320] Fix to accomplish coding guidelines
2017-08-14 13:00:54 +02:00
a6c9119dfa
[ticket/15320] Redis cache does not save keys withouth expiration
...
In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp.
To solve, if ttl is 0, we use redis->set instead of setex
2017-08-13 22:49:24 +02:00
5e97463651
Merge branch '3.2.x'
...
* 3.2.x:
[PHPBB3-15247] Add support for php v7 APCu cache API
2017-08-06 12:07:53 +02:00
d9a5c8e918
Merge pull request #4861 from v12mike/PHPBB3-15247
...
[PHPBB3-15247] Add support for php v7 APCu cache API
* github.com:phpbb/phpbb:
[PHPBB3-15247] Add support for php v7 APCu cache API
2017-08-06 12:07:52 +02:00
8422d1551b
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15303] Correctly refer to $memcached and not $memcache
2017-08-06 11:32:56 +02:00
ef404d0f95
[ticket/15303] Correctly refer to $memcached and not $memcache
...
PHPBB3-15303
2017-08-05 12:19:47 +02:00
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
7f408e4b41
[PHPBB3-15247] Add support for php v7 APCu cache API
...
Add new cache driver apcu.php (based closely on existing APC cache driver)
Add new unit test apcu_driver_test.php for the new driver
Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions
and add a couple of general hints to RUNNING_TESTS.md
PHPBB3-15247
2017-06-26 12:43:23 +01:00
774c79c631
Merge branch '3.1.x' into 3.2.x
2017-06-25 10:32:39 +02:00
c255e1fae8
[ticket/15246] Allow use of Unix socket as memcache(d) host
...
PHPBB3-15246
2017-06-17 15:42:08 +07:00
0730d14247
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15122] Add cache driver for memcached
2017-03-19 18:14:56 +01:00
877e15a6e6
[ticket/15122] Add cache driver for memcached
...
PHPBB3-15122
2017-03-12 15:52:41 +01:00
59ad9401d9
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13250] Use faster str_replace() instead of preg_replace()
[ticket/13250] Replace slashes in cache file names
2017-02-05 18:11:22 +01:00