codecasts / php-alpine

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

tokenizer is not enabled on php 7.3 #58

Closed docteurklein closed 5 years ago

docteurklein commented 5 years ago

Hi! I noticed many previous issues about some disabled extensions (including tokenizer).

Any reason why tokenizer is not enabled on 7.3 (it is in the official APKBUILD: https://git.alpinelinux.org/aports/tree/community/php7/APKBUILD#n160

thanks :)

docteurklein commented 5 years ago

maybe I should have read https://github.com/codecasts/php-alpine/issues/15#issuecomment-339198580 before, cause it seems that I just don't need to apk add php7-tokenizer@php, and yet tokenizer is listed in php -m.

hernandev commented 5 years ago

Yes, Tokenizer is bundled with core, designed that way to prevent some errors, just install the base packages and it will come built in.