Merge pull request #1679 from PrivateBin/opcache

Make OPcache optional
This commit is contained in:
El RIDO 2025-10-22 06:50:38 +02:00 committed by GitHub
commit 5c5fe333a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 16 deletions

View file

@ -30,7 +30,7 @@ for more information.
### Optional Requirements
- PHP with GD extension (when using identicon or vizhash icons, jdenticon works
without it)
without it) and OPcache (for better performance)
- a database supported by [PHP PDO](https://php.net/manual/book.pdo.php) and the
PHP PDO extension (when using database storage)
- a Ceph cluster with Rados gateway or AWS S3 storage (when using S3 storage)