Skip to content

Commit

Permalink
Add explicitly zlib PHP extension as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Aug 6, 2023
1 parent f40f47b commit c6c674c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spk/cops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DESCRIPTION = Calibre OPDS and HTML PHP Server : light alternative to Calibre co
DESCRIPTION_FRE = Calibre OPDS et HTML PHP Serveur : alternative légère au serveur de contenu de Calibre et à Calibre2OPDS.
ADMIN_URL = /cops/
DISPLAY_NAME = COPS
CHANGELOG = "1. Update to 1.3.6<br />2. Upgrade PHP 8.2 (DSM 7.2+)<br />3. Add .htaccess migration support"
CHANGELOG = "1. Update to 1.3.6<br />2. Upgrade PHP 8.2 (DSM 7.2+)<br />3. Add .htaccess migration support<br />4. Fixed support of online viewer"

include ../../mk/spksrc.common.mk
include ../../mk/spksrc.directories.mk
Expand Down
3 changes: 2 additions & 1 deletion spk/cops/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"gd",
"pdo_sqlite",
"sqlite3",
"intl"
"intl",
"zlib"
],
"user": "sc-cops",
"group": "http"
Expand Down

0 comments on commit c6c674c

Please sign in to comment.