codecasts / php-alpine

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

bug(php-ds): php-ds doesnt load #68

Open keithy opened 5 years ago

keithy commented 5 years ago

00_ds.ini needs to be renamed 01_ds.ini so that it loads after json.

glensc commented 5 years ago

well known thing: https://github.com/php-ds/ext-ds/issues/2

hernandev commented 4 years ago

is it upstream bug?

glensc commented 4 years ago

in short: this should be fixed in packaging

longer: problem is in php-src that extension line is evaluated immediately, not after reading in all ini configs. the only workaround is to order extension lines by dependencies manually.

hernandev commented 3 years ago

nowadays extensions have a weight prefix, is this still happening? is this extension still supported?

Just checked ds is not suported on php8 yet, gonna try if this still happening soon