run-tests: revert "EXTENSIONS" section bug introduced in #2673#6910
run-tests: revert "EXTENSIONS" section bug introduced in #2673#6910maaarghk wants to merge 2 commits intophp:masterfrom
Conversation
documented behaviour of loading extensions from shared modules was broken some time ago, this patch reintroduces that feature whilst retaining other changes which allow the skip cache to work
Co-authored-by: Markus Staab <[email protected]>
|
I'm not sure this is really right either. For php-src itself, you do want to get all extensions from modules/. |
|
I think that's fine, because |
|
And this is why I always call run-tests.php directly -- too much magic in I think the behavior of We should address this on the side of |
|
I've put up #6983 for the variant described above. Can you tell me whether that would work for your use-case? |
documented behaviour of loading extensions from shared modules was
broken some time ago, this patch reintroduces that feature whilst
retaining other changes which allow the skip cache to work
rationale is in #2673 (comment)
the output of skipcache __destroy is the same before and after this patch, so I am confident it doesn't break anything.