codecasts / php-alpine

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

Missing core ext for php 8.1 #156

Closed tobias-trozowski closed 2 years ago

tobias-trozowski commented 2 years ago

added missing core extensions to php 8.1 builds (ffi, fileinfo, simplexml, tokenizer, xmlwriter)

fixes https://github.com/codecasts/php-alpine/issues/155

hernandev commented 2 years ago

@tobias-trozowski all those fileinfo, simplexml, tokenizer, xmlwriter are bundled into main package, not split into packages due I dont remember which kind of conflicts

tobias-trozowski commented 2 years ago

yeah thanks, just saw it that they are already in core, for some reason it worked for me when i tested it. at least i had no compile errors or conflicts