codeigniter4 / CodeIgniter4

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
5.4k stars 1.9k forks source link

Bug: system\Cache\CacheInterface.php #7828

Closed iFreeshine closed 1 year ago

iFreeshine commented 1 year ago

PHP Version

8.1

CodeIgniter4 Version

4.3.7

CodeIgniter4 Installation Method

Manual (zip or tar.gz)

Which operating systems have you tested for this bug?

Linux

Which server did you use?

fpm-fcgi

Database

No response

What happened?

system\Cache\CacheInterface.php Missing method : deleteMatching(string $pattern)

Steps to Reproduce

none

Expected Output

none

Anything else?

none

paulbalandan commented 1 year ago

Yes, the interface does not have the method. But BaseHandler has it.

Closing as the discussion is in #4356

kenjis commented 1 year ago

If you want to fix this issue, send a PR to the next minor version branch, now 4.5.