Uh oh!
There was an error while loading. Please reload this page.
Add PHP bz2 extension - #1351
Conversation
Signed-off-by: Cédrik LIME <REMOVE_ME+github@cedrik.fr>
J0WI
commented
Jan 8, 2021
We can't support every app: https://github.com/nextcloud/docker/tree/master/.examples#dockerfiles |
javabean
commented
Jan 8, 2021
That is very true, we can’t support every app! TL;DR: I promise I won’t come back and ask for LibreOffice to be included! :-p |
J0WI
commented
Jan 13, 2021
Do you have an example for an affected app? |
The Facerecognition application is one. |
J0WI
commented
Jan 22, 2021
This app also requires PDlib, so you'd need to customize the Dockerfile anyway. |
javabean
commented
Jan 25, 2021
From your comments, I wonder if I got it all wrong since the begining. From the documentation:
If we don’t need bz2 to extract apps, then maybe I should contribute a patch on the documentation instead. What is the official status on |
J0WI
commented
Jan 25, 2021
I don't know. Maybe someone from @nextcloud/appstore could comment on the current status of |
BernhardPosselt
commented
Jan 25, 2021
javabean
commented
Jan 25, 2021
Thanks for your answer. Can you confirm then that the documentation needs to remove reference to bz2 PHP extension? |
BernhardPosselt
commented
Jan 25, 2021
No, can't confirm. You'd need to confirm that with people from the server repo. They might be using the extension for something else. |
javabean
commented
Jan 31, 2021
@BernhardPosselt@J0WI do you know any contact @nextcloud/server that could enlighten us as to whether the |
J0WI
commented
Feb 1, 2021
Maybe @nextcloud/documentation? I couldn't find any other usage of bz2 in the server repo. |
Even when nextcloud itself always request for .gz files, the nextcloud server itself can also handle bz2 files (install apps or update nextcloud itself). Maybe you should consider to use it. Your servers are on fire with every release. Switch to bz2 (or better zstd) will reduce your egress traffic. |
J0WI
commented
Mar 1, 2021
The Docker image uses tar.bz2 but everything else needs to be done in |
javabean
commented
Mar 1, 2021
@J0WI So shouldn’t we enable |
drsassafras
commented
Dec 17, 2023
bz2 is used extensively and is becoming more and more common. It should not be a question of if one of the best and most common ways to compress data should be supported. |
kale1d0code
commented
Feb 14, 2024
Can the error messages for bz2 and imagick be removed? |
h0lley
commented
Feb 14, 2024
it already is. read here. |
joshtrichards
commented
Feb 27, 2024
Closing. No longer applicable. |
Some Nextcloud apps require the bz2 PHP extension. This pull request adds bz2 into the official Docker image.