php-alpine icon indicating copy to clipboard operation
php-alpine copied to clipboard

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

Open keithy opened this issue 6 years ago • 4 comments

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

keithy avatar Mar 24 '19 05:03 keithy

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

glensc avatar May 23 '19 20:05 glensc

is it upstream bug?

hernandev avatar Nov 21 '19 11:11 hernandev

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.

glensc avatar Nov 25 '19 11:11 glensc

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

hernandev avatar Jan 10 '21 16:01 hernandev