Open keithy opened 5 years ago
well known thing: https://github.com/php-ds/ext-ds/issues/2
is it upstream bug?
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.
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
00_ds.ini needs to be renamed 01_ds.ini so that it loads after json.