codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
482 stars 58 forks source link

PHP 8.1: missing fileinfo and simplexml extensions #155

Closed Jeroen-G closed 2 years ago

Jeroen-G commented 2 years ago

As the title implies, I get these messages:

Unable to load dynamic library 'fileinfo.so'
Unable to load dynamic library 'simplexml.so'

So I assumed these were missing in the repository.

I would have liked to contribute these, but I could not figure out how.

tobias-trozowski commented 2 years ago

which alpine version do you use?

Jeroen-G commented 2 years ago

I tried 3.14 and 3.15

tobias-trozowski commented 2 years ago

thanks @Jeroen-G for pointing this out, just created a pull request. i hope @hernandev will get some time in the new year to have a look at all those new PR's :D

Jeroen-G commented 2 years ago

Cool! Now I know what to do next time this happens :D