PHP 8.4 #209
Labels
blocked
Issue cannot be resolved yet as it is blocked by influence things of the project.
dependencies
Pull requests that update a dependency file
With the release of Alpine 3.21, we now have 3 versions of PHP available there: 8.2, 8.3 and 8.4. Of course we plan to update from 8.3 to 8.4. From running our unit tests on 8.4 release candidates for the last few months we know that privatebin itself works fine and without any deprecation warnings, but we still get deprecation warnings out of the google cloud storage library.
This issue is mainly here to document the intent to update to 8.4 and the reason we have not done so yet: Once we know the 3rd party libraries work deprecation-warning-free, we can switch. This may take a while.
Alternatives: We disable deprecation warnings in PHP and upgrade anyway. We don't want the logs to clog up with messages when it otherwise works.
The text was updated successfully, but these errors were encountered: